summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/isa/pds.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/isa/pds.c')
-rw-r--r--src/emu/bus/isa/pds.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/emu/bus/isa/pds.c b/src/emu/bus/isa/pds.c
index 054e4fad750..dc932cc9e46 100644
--- a/src/emu/bus/isa/pds.c
+++ b/src/emu/bus/isa/pds.c
@@ -47,12 +47,10 @@ void isa8_pds_device::device_start()
void isa8_pds_device::device_reset()
{
-
}
void isa8_pds_device::device_stop()
{
-
}
I8255_INTERFACE(pds_ppi_intf)
@@ -73,4 +71,3 @@ machine_config_constructor isa8_pds_device::device_mconfig_additions() const
{
return MACHINE_CONFIG_NAME( pds_config );
}
-