diff options
| author | 2014-04-07 06:04:18 +0000 | |
|---|---|---|
| committer | 2014-04-07 06:04:18 +0000 | |
| commit | fec65e0b5766ade69e086d1c5b859d97494fce56 (patch) | |
| tree | c22b07938e9ad590184f1276bc2bead6d888a78d /src/mess/includes/bbc.h | |
| parent | 30d94e51c53f30187a1bc565ef33e4744319790e (diff) | |
Cleanups and version bumpmame0153
Diffstat (limited to 'src/mess/includes/bbc.h')
| -rw-r--r-- | src/mess/includes/bbc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/bbc.h b/src/mess/includes/bbc.h index 0a2de809fb9..ee7a5865426 100644 --- a/src/mess/includes/bbc.h +++ b/src/mess/includes/bbc.h @@ -152,7 +152,7 @@ public: DECLARE_WRITE_LINE_MEMBER(write_dcd_serial); DECLARE_WRITE_LINE_MEMBER(write_cts_serial); DECLARE_INPUT_CHANGED_MEMBER( trigger_reset ); - + DECLARE_WRITE_LINE_MEMBER(bbc_i8271_interrupt); int exp_rom_load(device_image_interface &image, int index); |
