Tidy up (nw)

This commit is contained in:
AJR 2017-07-20 17:53:18 -04:00
parent a85ae608dd
commit db49a26224
2 changed files with 1 additions and 2 deletions

View File

@ -179,7 +179,6 @@ z8_device::z8_device(const machine_config &mconfig, device_type type, const char
, m_output_cb{{*this}, {*this}, {*this}, {*this}}
, m_rom_size(rom_size)
{
(void)m_rom_size; // not used at the moment
}

View File

@ -79,4 +79,4 @@ ROM_START( amerihok )
ROM_LOAD( "airh-u10", 0x80000, 0x40000, CRC(71ee6421) SHA1(10131fc7c009158308c4a8bb2b037101622c07a1) )
ROM_END
GAME( 199?, amerihok, 0, amerihok, amerihok, driver_device, 0, ROT0, "Ameri Corporation", "Ameri-Hockey", MACHINE_IS_SKELETON_MECHANICAL )
GAME( 199?, amerihok, 0, amerihok, amerihok, driver_device, 0, ROT0, "Ameri", "Ameri-Hockey", MACHINE_IS_SKELETON_MECHANICAL )