diff options
| author | 2012-10-30 07:07:38 +0000 | |
|---|---|---|
| committer | 2012-10-30 07:07:38 +0000 | |
| commit | 6bfc7e54f9e932a70056ff0b3d79396ff8ef00b3 (patch) | |
| tree | 85ed98268eb2848966ebfef9c284b7d359f82e8f /src/mess/includes | |
| parent | 05e6b5ff93f294d0bc11f7680af87786ada1f124 (diff) | |
Clean-ups and version bumpmame0147u2
Diffstat (limited to 'src/mess/includes')
| -rw-r--r-- | src/mess/includes/c128.h | 4 | ||||
| -rw-r--r-- | src/mess/includes/fidelz80.h | 2 | ||||
| -rw-r--r-- | src/mess/includes/samcoupe.h | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/includes/c128.h b/src/mess/includes/c128.h index b2ac236d9f0..67845e357af 100644 --- a/src/mess/includes/c128.h +++ b/src/mess/includes/c128.h @@ -109,7 +109,7 @@ public: inline void check_interrupts(); void read_pla(offs_t offset, offs_t ca, offs_t vma, int ba, int rw, int aec, int z80io, int ms3, int ms2, int ms1, int ms0, - int *sden, int *dir, int *gwe, int *rom1, int *rom2, int *rom3, int *rom4, int *charom, int *colorram, int *vic, + int *sden, int *dir, int *gwe, int *rom1, int *rom2, int *rom3, int *rom4, int *charom, int *colorram, int *vic, int *from1, int *romh, int *roml, int *dwe, int *ioacc, int *clrbank, int *iocs, int *casenb); UINT8 read_memory(address_space &space, offs_t offset, offs_t vma, int ba, int aec, int z80io); void write_memory(address_space &space, offs_t offset, offs_t vma, UINT8 data, int ba, int aec, int z80io); @@ -133,7 +133,7 @@ public: INTERRUPT_GEN_MEMBER( frame_interrupt ); DECLARE_WRITE_LINE_MEMBER( vic_irq_w ); DECLARE_WRITE8_MEMBER( vic_k_w ); - + DECLARE_READ8_MEMBER( sid_potx_r ); DECLARE_READ8_MEMBER( sid_poty_r ); diff --git a/src/mess/includes/fidelz80.h b/src/mess/includes/fidelz80.h index 5b1db4139f9..c59bcb02fed 100644 --- a/src/mess/includes/fidelz80.h +++ b/src/mess/includes/fidelz80.h @@ -66,7 +66,7 @@ public: DECLARE_INPUT_CHANGED_MEMBER(fidelz80_trigger_reset); DECLARE_INPUT_CHANGED_MEMBER(abc_trigger_reset); TIMER_DEVICE_CALLBACK_MEMBER(nmi_timer); - + DECLARE_WRITE8_MEMBER(digit_w); }; diff --git a/src/mess/includes/samcoupe.h b/src/mess/includes/samcoupe.h index 8b2cb1a2a7c..b59cb878aa1 100644 --- a/src/mess/includes/samcoupe.h +++ b/src/mess/includes/samcoupe.h @@ -44,7 +44,7 @@ public: sam_bank_read_ptr[2] = NULL; sam_bank_write_ptr[2] = NULL; sam_bank_read_ptr[3] = NULL; - sam_bank_write_ptr[3] = NULL; + sam_bank_write_ptr[3] = NULL; } virtual void video_start(); |
