summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/ti89.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2014-03-24 19:55:51 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2014-03-24 19:55:51 +0000
commit93659e3aed5b85f25c004590d87635764666e580 (patch)
tree001671afbc6cb28d588da0e5f5ed0bba3362044f /src/mess/includes/ti89.h
parent7b716d4aaf6e345fe4de0a158d8792a09831cc01 (diff)
remove not needed parameters (nw)
Diffstat (limited to 'src/mess/includes/ti89.h')
-rw-r--r--src/mess/includes/ti89.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/ti89.h b/src/mess/includes/ti89.h
index 2317755a901..66b38443530 100644
--- a/src/mess/includes/ti89.h
+++ b/src/mess/includes/ti89.h
@@ -73,7 +73,7 @@ public:
virtual void machine_reset();
UINT32 screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
- UINT8 keypad_r (running_machine &machine);
+ UINT8 keypad_r();
DECLARE_WRITE16_MEMBER ( ti68k_io_w );
DECLARE_READ16_MEMBER ( ti68k_io_r );
DECLARE_WRITE16_MEMBER ( ti68k_io2_w );