Skip to content

Commit d73c21c

Browse files
committed
dirom fix
1 parent b0a2668 commit d73c21c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/emu/dirom.ipp

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ void device_rom_interface<AddrWidth, DataWidth, AddrShift, Endian>::override_add
2929
template<int AddrWidth, int DataWidth, int AddrShift, endianness_t Endian>
3030
device_memory_interface::space_config_vector device_rom_interface<AddrWidth, DataWidth, AddrShift, Endian>::memory_space_config() const
3131
{
32-
if(m_rom_space.spacenum() == -1)
33-
return space_config_vector();
34-
3532
return space_config_vector {
3633
std::make_pair(0, &m_rom_config)
3734
};

0 commit comments

Comments
 (0)