Colour Genie - Maverick-Shark/retroGuru GitHub Wiki
EACA EG-2000 Colour Genie
With Z-80 processor, UM6845R video chip module and AY sound chip module implementation.
Keys
- F12 - EG2000 reset (ZX-Uno)
- F11 - EG2000 reset (SiDi)
- F5 - EG2000 nmi
Links
- EG-2000 Core (by Kyp)
- Note: This core has an easy .tzx loader implemented (check it as a good reference)
Commands
BASIC: CLOAD
MEM SIZE?
COLOUR BASIC
READY
>10 PRINT INP(255)
>20 GOTO 10
...
Break in 10
READY
>
MEM SIZE?
COLOUR BASIC
READY
>SYSTEM
*?
Load ROM files (games)
- Select a .tzx rom file from OSD menu
- For this example, we selected Andromeda (1986)(Buchmueller, Juergen)(de).tzx file
MEM SIZE?
COLOUR BASIC
READY
>SYSTEM
*? A
- It will show * characters (the loading process) on the right top of the screen
- When load process has finished, do:
*? /
- Game will run!!!