mirror of
https://github.com/holub/mame
synced 2025-07-04 09:28:51 +03:00
Sorry test, it's not that I don't like you anymore, but there's this
AM_IMPORT_FROM guy there, and it's real love this time (nw)
This commit is contained in:
parent
90f342fd6c
commit
9ef9bee33b
@ -436,11 +436,8 @@ address_map::~address_map()
|
||||
// values
|
||||
//-------------------------------------------------
|
||||
|
||||
void address_map::configure(address_spacenum spacenum, u8 databits)
|
||||
void address_map::configure(address_spacenum, u8 databits)
|
||||
{
|
||||
if (spacenum != m_spacenum)
|
||||
osd_printf_error("Space %d configured as address space %d\n", m_spacenum, spacenum);
|
||||
|
||||
if (m_databits == 0xff)
|
||||
m_databits = databits;
|
||||
else if (databits != m_databits)
|
||||
|
Loading…
Reference in New Issue
Block a user