Skip to content

gnarz/nc100em

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a hacked version of nilquaders hacked version of Russel Marks'
nc100em.

You can get nilquaders version fom here:

  http://www.nilquader.net/nc100em.htm

and Russels original version from here:

  http://www.svgalib.org/rus/nc100em.html

My changes are:

- removed the vgalib and terminal versions
- made the gtk version compile with GTK+ 2.0
- made the sdl version compile with SDL2
- made the menu key available on modern keyboards emulate the NCs menu key
- changed the serial port emulation to allow it to use devices other than
  stdin/stdout. For example, the command
    socat -d -d PTY,raw,echo=0 PTY,raw,echo=0
  creates a nice serial device emulator, whose ends are output by the command.
  You can specify the open end with -s, and use the other end with cat or sx
  or what have you... stdin/stdout is still available by passing - as an arg
  to -s
- some cleanups in the Makefile
- added ncconvert

About

Emulator for the Amstrad NC100/150/200 Notepad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 88.8%
  • Roff 8.5%
  • Makefile 2.2%
  • Shell 0.5%