summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/prof180x.h
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2013-01-21 20:11:27 +0000
committer Curt Coder <curtcoder@mail.com>2013-01-21 20:11:27 +0000
commit50a041ea520b3d1c0ded9a4b4f6356832e1300e6 (patch)
treef416902bffb85427b930f4e94a6e7bc5d0fee4e3 /src/mess/includes/prof180x.h
parent376c7dc4ab39a8f03c74f92539ec7f97096b6d90 (diff)
(MESS) prof180x: Fixed floppy type. (nw)
Diffstat (limited to 'src/mess/includes/prof180x.h')
-rw-r--r--src/mess/includes/prof180x.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mess/includes/prof180x.h b/src/mess/includes/prof180x.h
index e4058b98678..d4ed2ae4f5e 100644
--- a/src/mess/includes/prof180x.h
+++ b/src/mess/includes/prof180x.h
@@ -19,15 +19,17 @@ public:
virtual void machine_start();
virtual void machine_reset();
+ DECLARE_READ8_MEMBER( read );
+ DECLARE_WRITE8_MEMBER( write );
+
DECLARE_WRITE8_MEMBER( flr_w );
DECLARE_READ8_MEMBER( status0_r );
DECLARE_READ8_MEMBER( status1_r );
DECLARE_READ8_MEMBER( status_r );
- void bankswitch();
void ls259_w(int flag, int value);
- UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ UINT32 screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
int m_c0;
int m_c1;