mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
pofo: if software not specified with -ccma rom, just run as normal
This commit is contained in:
parent
412833b098
commit
1c0531633d
@ -48,5 +48,5 @@ void portfolio_rom_card_device::device_start()
|
||||
|
||||
uint8_t portfolio_rom_card_device::nrdi_r(offs_t offset)
|
||||
{
|
||||
return m_rom[offset];
|
||||
return (m_rom) ? m_rom[offset] : 0xff;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user