diff options
author | 2014-05-13 11:46:02 +0000 | |
---|---|---|
committer | 2014-05-13 11:46:02 +0000 | |
commit | 640354ad9efa2b8c0027c0bce444e652cb593333 (patch) | |
tree | 9b96640848e9599d569e8c9a683acf3417406d60 /src/mess/machine/amigacrt.h | |
parent | 4997e59478dc1d5c0b60c4125e609c3c271a85f7 (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.h | 8 |
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 */ |