summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pce/pce_slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pce/pce_slot.cpp')
-rw-r--r--src/devices/bus/pce/pce_slot.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/devices/bus/pce/pce_slot.cpp b/src/devices/bus/pce/pce_slot.cpp
index 973d2c58759..912a8cf8c59 100644
--- a/src/devices/bus/pce/pce_slot.cpp
+++ b/src/devices/bus/pce/pce_slot.cpp
@@ -358,12 +358,3 @@ WRITE8_MEMBER(pce_cart_slot_device::write_cart)
if (m_cart)
m_cart->write_cart(space, offset, data);
}
-
-
-/*-------------------------------------------------
- Internal header logging
- -------------------------------------------------*/
-
-void pce_cart_slot_device::internal_header_logging(uint8_t *ROM, uint32_t len)
-{
-}