From f6525c6e76ccc68df12c0f999e9715184b80be8f Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 2 Jun 2017 19:09:30 +0200 Subject: small update (nw) --- src/mame/drivers/eva.cpp | 2 +- src/mame/drivers/minivadr.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/drivers/eva.cpp b/src/mame/drivers/eva.cpp index 900cc0885a9..55b8e362545 100644 --- a/src/mame/drivers/eva.cpp +++ b/src/mame/drivers/eva.cpp @@ -13,7 +13,7 @@ 24-function board "EVA-24" - COP420 MCU (custom label) - TMS5110A, TMS6100 CM63002 - - VFD panel + - monitor board (unknown MCU, no dump), VFD panel TODO: - add eva11/eva24 sensors diff --git a/src/mame/drivers/minivadr.cpp b/src/mame/drivers/minivadr.cpp index c6ce4e7eca5..d9002eb86ff 100644 --- a/src/mame/drivers/minivadr.cpp +++ b/src/mame/drivers/minivadr.cpp @@ -108,9 +108,9 @@ INPUT_PORTS_END static MACHINE_CONFIG_START( minivadr ) /* basic machine hardware */ - MCFG_CPU_ADD("maincpu", Z80,24000000 / 6) /* 4 MHz ? */ + MCFG_CPU_ADD("maincpu", Z80, XTAL_24MHz / 6) MCFG_CPU_PROGRAM_MAP(minivadr_map) - MCFG_CPU_VBLANK_INT_DRIVER("screen", minivadr_state, irq0_line_hold) + MCFG_CPU_VBLANK_INT_DRIVER("screen", minivadr_state, irq0_line_hold) /* video hardware */ MCFG_SCREEN_ADD("screen", RASTER) @@ -132,7 +132,7 @@ MACHINE_CONFIG_END ROM_START( minivadr ) ROM_REGION( 0x10000, "maincpu", 0 ) - ROM_LOAD( "d26-01.bin", 0x0000, 0x2000, CRC(a96c823d) SHA1(aa9969ff80e94b0fff0f3530863f6b300510162e) ) + ROM_LOAD( "d26-01.ic7", 0x0000, 0x2000, CRC(a96c823d) SHA1(aa9969ff80e94b0fff0f3530863f6b300510162e) ) ROM_END -- cgit v1.2.3