From 48c3c60cd5d8d4ca9a6be601b5a8b5b8dcbe16a8 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Wed, 30 Apr 2014 09:35:04 +0000 Subject: [PATCH] (MESS) zorba : notes --- src/mess/drivers/zorba.c | 4 ++-- 1 file 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)