mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +03:00
Forgot to comment a debug message and promote
Fun World Quiz to working state. New games added or promoted from NOT_WORKING status --------------------------------------------------- Fun World Quiz (austrian) [Roberto Fresca, David Haywood]
This commit is contained in:
parent
1388839de7
commit
378fb68577
@ -723,7 +723,7 @@ static WRITE8_DEVICE_HANDLER(funworld_lamp_a_w)
|
|||||||
coin_counter_w(device->machine, 0, data & 0x01); /* credit in counter */
|
coin_counter_w(device->machine, 0, data & 0x01); /* credit in counter */
|
||||||
coin_counter_w(device->machine, 7, data & 0x04); /* credit out counter, mapped as coin 8 */
|
coin_counter_w(device->machine, 7, data & 0x04); /* credit out counter, mapped as coin 8 */
|
||||||
|
|
||||||
popmessage("Lamps A: %02X", data);
|
// popmessage("Lamps A: %02X", data);
|
||||||
}
|
}
|
||||||
|
|
||||||
static WRITE8_DEVICE_HANDLER(funworld_lamp_b_w)
|
static WRITE8_DEVICE_HANDLER(funworld_lamp_b_w)
|
||||||
|
Loading…
Reference in New Issue
Block a user