summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/amiga.h
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2016-12-02 17:24:29 +0000
committer smf- <smf-@users.noreply.github.com>2016-12-02 18:19:12 +0000
commit92c3fa093116fc4f692d721645138eeb610b156f (patch)
tree872ea70e44b4c90464a721be673f3947e77225f2 /src/mame/includes/amiga.h
parentc22d15aa3dd64ebf736e1e5e178903580b341ec5 (diff)
remove a couple of driver_data() calls (nw)
Diffstat (limited to 'src/mame/includes/amiga.h')
-rw-r--r--src/mame/includes/amiga.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mame/includes/amiga.h b/src/mame/includes/amiga.h
index 25dc7431f21..5a01964f4f7 100644
--- a/src/mame/includes/amiga.h
+++ b/src/mame/includes/amiga.h
@@ -504,6 +504,8 @@ public:
custom_chip_w(m_maincpu->space(AS_PROGRAM), offset, data, mem_mask);
}
+ void blitter_setup();
+
protected:
// agnus/alice chip id
enum
@@ -660,7 +662,7 @@ private:
void serial_adjust();
void serial_shift();
- void rx_write(amiga_state *state, int level);
+ void rx_write(int level);
uint32_t amiga_gethvpos();
};