diff options
| author | 2017-07-20 17:53:18 -0400 | |
|---|---|---|
| committer | 2017-07-20 17:53:18 -0400 | |
| commit | db49a26224effbbcab111c29cad6910e26decaa8 (patch) | |
| tree | 61426776bcb1a76b2918a93893acc3232c000522 /src | |
| parent | a85ae608dda48f0af2077e65c69019c90db1c642 (diff) | |
Tidy up (nw)
Diffstat (limited to 'src')
| -rw-r--r-- | src/devices/cpu/z8/z8.cpp | 1 | ||||
| -rw-r--r-- | src/mame/drivers/amerihok.cpp | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/cpu/z8/z8.cpp b/src/devices/cpu/z8/z8.cpp index cfad9013e98..cef5a96e0ab 100644 --- a/src/devices/cpu/z8/z8.cpp +++ b/src/devices/cpu/z8/z8.cpp @@ -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 } diff --git a/src/mame/drivers/amerihok.cpp b/src/mame/drivers/amerihok.cpp index 399c849a7e0..f784b92ab18 100644 --- a/src/mame/drivers/amerihok.cpp +++ b/src/mame/drivers/amerihok.cpp @@ -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 ) |
