diff options
author | 2014-02-27 13:35:15 +0000 | |
---|---|---|
committer | 2014-02-27 13:35:15 +0000 | |
commit | 64ac8f6776fc4451d756b0eb3bb6dbd22c49801a (patch) | |
tree | bb1d096fecec4684c8ab2b7be1b4d539ca06e57b /src/mess/includes/c65.h | |
parent | f9d3fbaa73ccdab2e5fcf9fc095a14b4f24c3133 (diff) |
Huge update, palette is now device (nw)
note: Aaron please give more descriptive text for release log I have no more strength :)
Diffstat (limited to 'src/mess/includes/c65.h')
-rw-r--r-- | src/mess/includes/c65.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mess/includes/c65.h b/src/mess/includes/c65.h index 70943609181..60479bc5139 100644 --- a/src/mess/includes/c65.h +++ b/src/mess/includes/c65.h @@ -132,7 +132,6 @@ public: DECLARE_READ8_MEMBER( sid_potx_r ); DECLARE_READ8_MEMBER( sid_poty_r ); DECLARE_MACHINE_START(c65); - DECLARE_PALETTE_INIT(c65); UINT32 screen_update_c65(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); INTERRUPT_GEN_MEMBER(vic3_raster_irq); INTERRUPT_GEN_MEMBER(c65_frame_interrupt); |