mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
remove pointless boilerplate (nw)
This commit is contained in:
parent
032aba9d4a
commit
40a350364a
@ -114,10 +114,6 @@ to implement the card in both systems.
|
||||
#pragma once
|
||||
|
||||
|
||||
#define MCFG_INTELLEC4_UNIV_SLOT_REMOVE(slot_tag) \
|
||||
MCFG_DEVICE_REMOVE(slot_tag)
|
||||
|
||||
|
||||
#define MCFG_INTELLEC4_UNIV_BUS_ROM_SPACE(tag, space) \
|
||||
downcast<bus::intellec4::univ_bus_device &>(*device).set_rom_space(tag, space);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user