ah, virtual void palette_init(); doesnt exist anymore

This commit is contained in:
Michaël Banaan Ananas 2014-03-06 01:16:47 +00:00
parent 803fea255d
commit c4e5068134

View File

@ -55,7 +55,6 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info);
UINT32 screen_update_cswat(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
virtual void palette_init();
virtual void video_start();
virtual void machine_reset();
virtual void machine_start();
@ -68,11 +67,6 @@ public:
***************************************************************************/
void cswat_state::palette_init()
{
// color prom not dumped yet
}
TILEMAP_MAPPER_MEMBER(cswat_state::tilemap_scan_rows)
{
// like with pacman, lower and upper parts of vram are left and right columns of the screen