summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99/peb/tn_ide.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99/peb/tn_ide.h')
-rw-r--r--src/devices/bus/ti99/peb/tn_ide.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/devices/bus/ti99/peb/tn_ide.h b/src/devices/bus/ti99/peb/tn_ide.h
index 8286b6e4801..fba16021778 100644
--- a/src/devices/bus/ti99/peb/tn_ide.h
+++ b/src/devices/bus/ti99/peb/tn_ide.h
@@ -71,11 +71,13 @@ private:
// Genmod decoding. If not used, the AME line is pulled up, and the AMD line is pulled down
bool m_genmod;
- DECLARE_WRITE_LINE_MEMBER(clock_interrupt_callback);
- DECLARE_WRITE_LINE_MEMBER(ide_interrupt_callback);
- DECLARE_WRITE_LINE_MEMBER(resetdr_callback);
+ template<int rtctype> void rtc_int_callback(int state);
+ void ide_interrupt_callback(int state);
+ void resetdr_callback(int state);
void decode(offs_t offset, bool& mmap, bool& sramsel, bool& xramsel, bool& rtcsel, bool& cs1fx, bool& cs3fx);
+
+ int m_rtc_int;
};
} // end namespace bus::ti99::peb