diff options
author | 2013-04-19 14:47:35 +0000 | |
---|---|---|
committer | 2013-04-19 14:47:35 +0000 | |
commit | be5e1248c44af7616e0c5bbfc6d625622c285768 (patch) | |
tree | a3fdec8a735cbeb66f4c8c15905fda5f01502c9e /src/mess/includes/c65.h | |
parent | 1cf6d1965d49a46e2f5930a652c0ce56194cb194 (diff) |
SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw)
Diffstat (limited to 'src/mess/includes/c65.h')
-rw-r--r-- | src/mess/includes/c65.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mess/includes/c65.h b/src/mess/includes/c65.h index f1318c5b23d..e068b846734 100644 --- a/src/mess/includes/c65.h +++ b/src/mess/includes/c65.h @@ -10,6 +10,7 @@ #include "machine/6526cia.h" #include "machine/cbmiec.h" #include "imagedev/cartslot.h" +#include "imagedev/snapquik.h" #define C64_MAX_ROMBANK 64 // .crt files contain multiple 'CHIPs', i.e. rom banks (of variable size) with headers. Known carts have at most 64 'CHIPs'. @@ -158,6 +159,8 @@ public: DECLARE_WRITE8_MEMBER( c65_write_io_dc00 ); DECLARE_READ8_MEMBER( c65_read_io ); DECLARE_READ8_MEMBER( c65_read_io_dc00 ); + DECLARE_QUICKLOAD_LOAD_MEMBER( cbm_c65 ); + int c64_paddle_read( device_t *device, address_space &space, int which ); void c65_nmi( ); void c65_irq( int level ); |