mirror of
https://github.com/holub/mame
synced 2025-06-27 22:54:42 +03:00
novag68k: savestate flag was missing (nw)
This commit is contained in:
parent
44b16ad5fd
commit
0cf5f145d4
@ -222,7 +222,7 @@ void sm510_base_device::op_wr()
|
|||||||
|
|
||||||
void sm510_base_device::op_ws()
|
void sm510_base_device::op_ws()
|
||||||
{
|
{
|
||||||
// WR: shift 1 into W
|
// WS: shift 1 into W
|
||||||
m_w = m_w << 1 | 1;
|
m_w = m_w << 1 | 1;
|
||||||
update_w_latch();
|
update_w_latch();
|
||||||
}
|
}
|
||||||
|
@ -317,4 +317,4 @@ ROM_END
|
|||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY, FULLNAME, FLAGS */
|
/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY, FULLNAME, FLAGS */
|
||||||
CONS( 1991, diablo68, 0, 0, diablo68k, diablo68k, driver_device, 0, "Novag", "Diablo 68000", MACHINE_CLICKABLE_ARTWORK )
|
CONS( 1991, diablo68, 0, 0, diablo68k, diablo68k, driver_device, 0, "Novag", "Diablo 68000", MACHINE_SUPPORTS_SAVE | MACHINE_CLICKABLE_ARTWORK )
|
||||||
|
Loading…
Reference in New Issue
Block a user