From dac6dc4f626a70c065b86bbfd97a068b5c6965e6 Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 23 Apr 2017 12:27:42 +1000 Subject: srcclean (nw) --- src/mame/drivers/ddealer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mame/drivers/ddealer.cpp') diff --git a/src/mame/drivers/ddealer.cpp b/src/mame/drivers/ddealer.cpp index fc7a203348f..4d3779c1684 100644 --- a/src/mame/drivers/ddealer.cpp +++ b/src/mame/drivers/ddealer.cpp @@ -9,7 +9,7 @@ Appears to be a down-grade of the nmk16 HW TODO: - - Fix MCU simulation for credit subtractions & add coinage settings (currently set to free play for convenience); + - Fix MCU simulation for credit subtractions & add coinage settings (currently set to free play for convenience); - Understand better the video emulation and convert it to tilemaps; - Decap + emulate MCU, required if the random number generation is going to be accurate; @@ -563,7 +563,7 @@ static INPUT_PORTS_START( ddealer ) PORT_DIPUNUSED_DIPLOC( 0x8000, IP_ACTIVE_LOW, "SW2:1" ) /* Listed as "Always Off" */ PORT_START("UNK") - PORT_BIT( 0x00ff, IP_ACTIVE_HIGH, IPT_UNKNOWN ) // MCU port? + PORT_BIT( 0x00ff, IP_ACTIVE_HIGH, IPT_UNKNOWN ) // MCU port? PORT_BIT( 0xff00, IP_ACTIVE_LOW, IPT_UNUSED ) INPUT_PORTS_END -- cgit v1.2.3