mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
getrivia: fix GCC compile
This commit is contained in:
parent
50317532f4
commit
1d78601a85
@ -187,7 +187,7 @@ static WRITE8_DEVICE_HANDLER( lamps2_w )
|
|||||||
|
|
||||||
static WRITE8_DEVICE_HANDLER( nmi_w )
|
static WRITE8_DEVICE_HANDLER( nmi_w )
|
||||||
{
|
{
|
||||||
const address_space *space = cputag_get_address_space(device->machine, "cpu", ADDRESS_SPACE_PROGRAM);
|
// const address_space *space = cputag_get_address_space(device->machine, "cpu", ADDRESS_SPACE_PROGRAM);
|
||||||
|
|
||||||
/* bit 4 - play/raise button lamp, lamp 9 in selection test mode */
|
/* bit 4 - play/raise button lamp, lamp 9 in selection test mode */
|
||||||
set_led_status(8,data & 0x10);
|
set_led_status(8,data & 0x10);
|
||||||
|
Loading…
Reference in New Issue
Block a user