novag68k: savestate flag was missing (nw)

This commit is contained in:
hap 2017-04-13 23:31:41 +02:00
parent 44b16ad5fd
commit 0cf5f145d4
2 changed files with 2 additions and 2 deletions

View File

@ -222,7 +222,7 @@ void sm510_base_device::op_wr()
void sm510_base_device::op_ws()
{
// WR: shift 1 into W
// WS: shift 1 into W
m_w = m_w << 1 | 1;
update_w_latch();
}

View File

@ -317,4 +317,4 @@ ROM_END
******************************************************************************/
/* 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 )