summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/scc2698b.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/scc2698b.cpp')
-rw-r--r--src/devices/machine/scc2698b.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/devices/machine/scc2698b.cpp b/src/devices/machine/scc2698b.cpp
index 5d70b23856e..4fb7b2b3a3f 100644
--- a/src/devices/machine/scc2698b.cpp
+++ b/src/devices/machine/scc2698b.cpp
@@ -26,7 +26,6 @@ Quirks:
#include "emu.h"
#include "scc2698b.h"
-#define LOG_GENERAL (1U << 0)
#define LOG_CONFIG_CHANGE (1U << 1)
//#define VERBOSE (LOG_GENERAL | LOG_CONFIG_CHANGE)
@@ -364,29 +363,12 @@ scc2698b_device::scc2698b_device(const machine_config &mconfig, const char *tag,
write_mpp2(*this),
write_mpo(*this)
{
-
}
-void scc2698b_device::device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr)
-{
-
-}
-
-
void scc2698b_device::device_start()
{
- write_intr_A.resolve_safe();
- write_intr_B.resolve_safe();
- write_intr_C.resolve_safe();
- write_intr_D.resolve_safe();
-
- write_tx.resolve_all_safe();
- write_mpp1.resolve_all_safe();
- write_mpp2.resolve_all_safe();
- write_mpo.resolve_all_safe();
-
for (int i = 0; i < 8; i++)
{
m_channel[i]->channel_port = i;
@@ -398,7 +380,6 @@ void scc2698b_device::device_start()
void scc2698b_device::device_reset()
{
-
}