mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
delete assert no longer needed (nw)
This commit is contained in:
parent
eb3ca10a73
commit
700981f762
@ -1359,7 +1359,6 @@ void base_sns_cart_slot_device::internal_header_logging(UINT8 *ROM, UINT32 len)
|
||||
|
||||
logerror( "\tSize: %d megabits [%d]\n", 1 << (ROM[hilo_mode + 0x17] - 7), ROM[hilo_mode + 0x17]);
|
||||
logerror( "\tSRAM: %d kilobits [%d]\n", ROM[hilo_mode + 0x18] * 8, ROM[hilo_mode + 0x18] );
|
||||
assert(ROM[hilo_mode + 0x19] < ARRAY_LENGTH(countries));
|
||||
if (ROM[hilo_mode + 0x19] < 0x10)
|
||||
logerror( "\tCountry: %s [%d]\n", countries[ROM[hilo_mode + 0x19]], ROM[hilo_mode + 0x19]);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user