summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/68340tmu.h
diff options
context:
space:
mode:
author David Haywood <mamehaze@users.noreply.github.com>2013-07-05 14:32:16 +0000
committer David Haywood <mamehaze@users.noreply.github.com>2013-07-05 14:32:16 +0000
commitada9617e4db4a7d156b4999b045b177e6a87846b (patch)
treee0679a996f7072ce7fd0c6da250bc78b52016fb7 /src/emu/machine/68340tmu.h
parent1300de18e01eb67701fae3109584d44b77491588 (diff)
also untangle the skeleton 68340. where the code ends up is TBD.
the actual core type of the 68340 is CPU32, so it is now derived from that.
Diffstat (limited to 'src/emu/machine/68340tmu.h')
-rw-r--r--src/emu/machine/68340tmu.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/emu/machine/68340tmu.h b/src/emu/machine/68340tmu.h
new file mode 100644
index 00000000000..51ecc660354
--- /dev/null
+++ b/src/emu/machine/68340tmu.h
@@ -0,0 +1,8 @@
+#include "cpu/m68000/m68000.h"
+
+
+class m68340_timer
+{
+ public:
+ void reset(void);
+};