Skip to content

Commit

Permalink
Added note about DEFINE VRAM READ
Browse files Browse the repository at this point in the history
  • Loading branch information
nanochess committed Oct 15, 2024
1 parent 19410d7 commit 9b56f5a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following files compose the compiler:
cpuz80.h Z80 code headers.
cpuz80.c Z80 code generation.
driver.h Driver headers.
driver.c Driver for both processors.
driver.c Driver for all processors.
node.h Tree node headers.
node.c Tree node creation and optimization.
LICENSE.txt Source code license
Expand Down Expand Up @@ -170,6 +170,10 @@ All platforms have been tested in emulation.
* Creativision / Dick Smith's Wizzard tested in real hardware by Scouter3d.
* NABU tested in real hardware by Sektor.

Untested:

* DEFINE VRAM READ is only tested for Colecovision/MSX, please test in your real hardware to check that the timing is right.

MSX controller support only handles the two joysticks and keyboard arrows (plus Space and M for buttons). The keys 0-9, Backspace and Return emulate the Colecovision keypad (CONT1.KEY only).

The Sega SG1000 doesn't have any keypad, so CONT1.KEY and CONT2.KEY aren't operative, but the support includes compatibility with Sega SC3000 computer, and the keyboard can be used as first controller (code contributed by SiRioKD) and for CONT1.KEY using the keys 0-9, Delete and CR.
Expand Down

0 comments on commit 9b56f5a

Please sign in to comment.