Skip to content

Juergen Buchmueller's EACA EG2000 Colour Genie / TRS80 emulators

License

Notifications You must be signed in to change notification settings

schnitzeltony/z80

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To compile you need:
- GNU C compiler and linker
- SDL (http://www.libsdl.org) library installed

To build look into Makefile and make adjustments,
then issue "make" (or "gmake").

The binary files are in the subdirectory bin, so
you should be able to run e.g. the Colour Genie
with "bin/cgenie".

The option -h gives a short help.

The resource files are in subdirectories trs80 and cgenie.

Files in ./trs80:
	+ trs80.rom		12K BASIC ROM
	+ trs80.chr		1K character generator
	Files in ./trs80/cas
		+ file.cas	cassette image file
		...
	Files in ./trs80/fd
		+ fd0.img	first floppy image (NEWDOS-80)
		+ fd1.img	second floppy image

Files in ./cgenie:
	+ cgenie.rom		16K BASIC ROM
	+ cgenie.chr		2K character generator
	+ cgdos.rom		8K DOS extension ROM
	+ cgenie.def		disassembler (dz80) control file
	Files in ./cgenie/cas
		+ file.cas	cassette image file
		...
	Files in ./cgenie/fd
		+ fd0.img	first floppy image
		+ fd1.img	second floppy image
		...

FIXME: continue

About

Juergen Buchmueller's EACA EG2000 Colour Genie / TRS80 emulators

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published