summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/at.h
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2013-11-09 04:26:19 +0000
committer cracyc <cracyc@users.noreply.github.com>2013-11-09 04:26:19 +0000
commit7909bef768dc1612242f6efd109ada283f9454c8 (patch)
treee28d2624031d30bdd89526dbfb172dd6f1583a2e /src/mess/includes/at.h
parentd0ad17590ea6137769a169c51b954ee487fea34c (diff)
(mess) clean up the refresh bit, it's always the same as the 5170 (nw)
Diffstat (limited to 'src/mess/includes/at.h')
-rw-r--r--src/mess/includes/at.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mess/includes/at.h b/src/mess/includes/at.h
index 933943ff52d..eb89b125138 100644
--- a/src/mess/includes/at.h
+++ b/src/mess/includes/at.h
@@ -51,14 +51,6 @@ public:
required_device<cpu_device> m_maincpu;
DECLARE_DRIVER_INIT(at586);
-
- UINT8 m_at_offset1;
-
- enum {
- TYPE_586
- };
-
- int m_type;
};
class at_state : public driver_device
@@ -137,7 +129,6 @@ public:
DECLARE_WRITE16_MEMBER(neat_chipset_w);
DECLARE_WRITE_LINE_MEMBER(at_mc146818_irq);
DECLARE_WRITE8_MEMBER(write_rtc);
- int m_poll_delay;
UINT8 m_at_spkrdata;
UINT8 m_at_speaker_input;
int m_dma_channel;
@@ -146,7 +137,6 @@ public:
UINT8 m_at_pages[0x10];
UINT16 m_dma_high_byte;
UINT8 m_at_speaker;
- UINT8 m_at_offset1;
UINT16 m_ps1_reg[2];
DECLARE_READ16_MEMBER(ps1_unk_r);
DECLARE_WRITE16_MEMBER(ps1_unk_w);
@@ -171,14 +161,6 @@ public:
IRQ_CALLBACK_MEMBER(at_irq_callback);
void init_at_common();
UINT32 at_286_a20(bool state);
-
- enum {
- TYPE_286,
- TYPE_386,
- TYPE_486,
- };
-
- int m_type;
};