diff options
author | 2013-04-30 06:36:06 +0000 | |
---|---|---|
committer | 2013-04-30 06:36:06 +0000 | |
commit | 4bf717996f56eb03dc735c83dae5450b7fc98d75 (patch) | |
tree | a63a55bcc180e342382e9c9a680f0c643fd05248 /src/mess/includes/c65.h | |
parent | f35b95a00e64c63422116039aeae272029b58e51 (diff) |
Cleanups and version bumpmame0148u4
Diffstat (limited to 'src/mess/includes/c65.h')
-rw-r--r-- | src/mess/includes/c65.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/c65.h b/src/mess/includes/c65.h index b87d8e12338..f003c0432fb 100644 --- a/src/mess/includes/c65.h +++ b/src/mess/includes/c65.h @@ -162,7 +162,7 @@ public: 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 ); |