mirror of
https://github.com/holub/mame
synced 2025-07-01 16:19:38 +03:00
mixed up my asserts
This commit is contained in:
parent
37298e95cf
commit
c16336152b
@ -55,7 +55,7 @@ void rp5h01_device::device_start()
|
|||||||
if (m_data == NULL)
|
if (m_data == NULL)
|
||||||
m_data = initial_data;
|
m_data = initial_data;
|
||||||
else
|
else
|
||||||
assert(region()->bytes() == 0x10);
|
assert(region()->bytes() != 0x10);
|
||||||
|
|
||||||
/* register for state saving */
|
/* register for state saving */
|
||||||
save_item(NAME(m_counter));
|
save_item(NAME(m_counter));
|
||||||
|
Loading…
Reference in New Issue
Block a user