diff options
Diffstat (limited to 'src/mame/drivers/indiana.cpp')
-rw-r--r-- | src/mame/drivers/indiana.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/drivers/indiana.cpp b/src/mame/drivers/indiana.cpp index e6347e146b4..58bfbf628cf 100644 --- a/src/mame/drivers/indiana.cpp +++ b/src/mame/drivers/indiana.cpp @@ -8,9 +8,8 @@ 01/20/2014 Added ISA bus and peripherals TODO: Text appears in VGA f/b (0x6B8000), but doesn't display? - - System often reads/writes 6003D4/5, might be a cut-down 6845, - as it only uses registers C,D,E,F. + TODO: Keyboard doesn't work very well. Scancodes are often lost + because the 68030 doesn't poll the MFP frequently enough. ****************************************************************************/ |