diff options
author | 2014-04-30 09:35:04 +0000 | |
---|---|---|
committer | 2014-04-30 09:35:04 +0000 | |
commit | 48c3c60cd5d8d4ca9a6be601b5a8b5b8dcbe16a8 (patch) | |
tree | 271c64fc96088302a8dd0740a7d23774b5232974 | |
parent | f9a05a493fd0606bef93ec4a290c1b2fcc3fa139 (diff) |
(MESS) zorba : notes
-rw-r--r-- | src/mess/drivers/zorba.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/drivers/zorba.c b/src/mess/drivers/zorba.c index 8669cc83614..7a09c44640b 100644 --- a/src/mess/drivers/zorba.c +++ b/src/mess/drivers/zorba.c @@ -17,7 +17,7 @@ ToDo: - Add interrupt vector hardware and masking feature - Connect devices to the above hardware - Fix the display -- Fix the unholy mess surrounding the dma and crtc +- Fix floppy-disk - Connect up the PIT - Replace the ascii keyboard with the real one, if possible - Probably lots of other things @@ -320,7 +320,7 @@ static MACHINE_CONFIG_START( zorba, zorba_state ) /* video hardware */ MCFG_SCREEN_ADD("screen", RASTER) MCFG_SCREEN_REFRESH_RATE(50) - MCFG_SCREEN_UPDATE_DEVICE("crtc", i8275x_device, screen_update) // not working + MCFG_SCREEN_UPDATE_DEVICE("crtc", i8275x_device, screen_update) MCFG_GFXDECODE_ADD("gfxdecode", "palette", zorba) MCFG_PALETTE_ADD("palette", 3) MCFG_PALETTE_INIT_OWNER(zorba_state, zorba) |