summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/amigacrt.h
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2014-05-13 11:46:02 +0000
committer Dirk Best <mail@dirk-best.de>2014-05-13 11:46:02 +0000
commit640354ad9efa2b8c0027c0bce444e652cb593333 (patch)
tree9b96640848e9599d569e8c9a683acf3417406d60 /src/mess/machine/amigacrt.h
parent4997e59478dc1d5c0b60c4125e609c3c271a85f7 (diff)
Big Amiga cleanup and reorganizaton. CDTV temporarily broken. Lots of
work still to do. All basic Amiga models are now supported to varying degrees.
Diffstat (limited to 'src/mess/machine/amigacrt.h')
-rw-r--r--src/mess/machine/amigacrt.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mess/machine/amigacrt.h b/src/mess/machine/amigacrt.h
deleted file mode 100644
index 6e603ed8b98..00000000000
--- a/src/mess/machine/amigacrt.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef AMIGACRT_H
-#define AMIGACRT_H
-
-void amiga_cart_init( running_machine &machine );
-void amiga_cart_check_overlay( running_machine &machine );
-void amiga_cart_nmi( running_machine &machine );
-
-#endif /* AMIGACRT_H */