diff options
author | 2013-08-05 11:40:00 +0000 | |
---|---|---|
committer | 2013-08-05 11:40:00 +0000 | |
commit | a9b35916ac28c7b5ad9f566688d97eb12cc7895d (patch) | |
tree | 1e9cb8f6ad8701217c59b505c05c11354e158c79 /src/mess/includes/wswan.h | |
parent | e817c41aeb128fb0d4e31fbf3f1f611cf2cbd0e2 (diff) |
small MACHINE_RESET cleanup
Diffstat (limited to 'src/mess/includes/wswan.h')
-rw-r--r-- | src/mess/includes/wswan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/wswan.h b/src/mess/includes/wswan.h index bb8b0536aa6..bf28134a688 100644 --- a/src/mess/includes/wswan.h +++ b/src/mess/includes/wswan.h @@ -94,8 +94,8 @@ struct VDP UINT8 timer_vblank_mode; /* Vertical blank timer mode */ UINT16 timer_vblank_reload; /* Vertical blank timer reload value */ UINT16 timer_vblank_count; /* Vertical blank timer counter value */ - UINT8 *vram; /* pointer to start of ram/vram (set by MACHINE_RESET) */ - UINT8 *palette_vram; /* pointer to start of palette area in ram/vram (set by MACHINE_RESET), WSC only */ + UINT8 *vram; /* pointer to start of ram/vram (set by machine_reset) */ + UINT8 *palette_vram; /* pointer to start of palette area in ram/vram (set by machine_reset), WSC only */ int main_palette[8]; emu_timer *timer; }; |