remove pointless boilerplate (nw)

This commit is contained in:
Vas Crabb 2018-06-04 21:53:07 +10:00
parent 032aba9d4a
commit 40a350364a

View File

@ -114,10 +114,6 @@ to implement the card in both systems.
#pragma once #pragma once
#define MCFG_INTELLEC4_UNIV_SLOT_REMOVE(slot_tag) \
MCFG_DEVICE_REMOVE(slot_tag)
#define MCFG_INTELLEC4_UNIV_BUS_ROM_SPACE(tag, space) \ #define MCFG_INTELLEC4_UNIV_BUS_ROM_SPACE(tag, space) \
downcast<bus::intellec4::univ_bus_device &>(*device).set_rom_space(tag, space); downcast<bus::intellec4::univ_bus_device &>(*device).set_rom_space(tag, space);