diff options
Diffstat (limited to 'src/mame/machine/konppc.h')
-rw-r--r-- | src/mame/machine/konppc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/machine/konppc.h b/src/mame/machine/konppc.h index 5b10bd1604f..7a158b3c573 100644 --- a/src/mame/machine/konppc.h +++ b/src/mame/machine/konppc.h @@ -9,12 +9,6 @@ #include "machine/k033906.h" #include "video/voodoo.h" -#define MCFG_KONPPC_CGBOARD_NUMBER(_num) \ - downcast<konppc_device &>(*device).set_num_boards(_num); - -#define MCFG_KONPPC_CGBOARD_TYPE(_cgtype) \ - downcast<konppc_device &>(*device).set_cbboard_type(konppc_device::CGBOARD_TYPE_##_cgtype); - class konppc_device : public device_t { public: |