diff options
author | 2013-02-11 07:44:56 +0000 | |
---|---|---|
committer | 2013-02-11 07:44:56 +0000 | |
commit | a440a8e0200a36491ae540f6f00beae59c148549 (patch) | |
tree | b4c31ebadaa2857396c37178674086420bf1658f /src/mess/includes/amstrad.h | |
parent | 4b0b4e6b2fa7eb5105859f561354662d479f53be (diff) |
Cleanups and version bumpmame0148u1
Diffstat (limited to 'src/mess/includes/amstrad.h')
-rw-r--r-- | src/mess/includes/amstrad.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/amstrad.h b/src/mess/includes/amstrad.h index c1f1963c8c8..30c1c6b8873 100644 --- a/src/mess/includes/amstrad.h +++ b/src/mess/includes/amstrad.h @@ -189,7 +189,7 @@ public: void aleste_interrupt(bool state); DECLARE_FLOPPY_FORMATS( floppy_formats ); - + IRQ_CALLBACK_MEMBER(amstrad_cpu_acknowledge_int); DECLARE_DEVICE_IMAGE_LOAD_MEMBER( amstrad_plus_cartridge ); |