mirror of
https://github.com/holub/mame
synced 2025-06-29 23:48:56 +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)
|
||||
m_data = initial_data;
|
||||
else
|
||||
assert(region()->bytes() == 0x10);
|
||||
assert(region()->bytes() != 0x10);
|
||||
|
||||
/* register for state saving */
|
||||
save_item(NAME(m_counter));
|
||||
|
Loading…
Reference in New Issue
Block a user