mirror of
https://github.com/holub/mame
synced 2025-10-05 00:38:58 +03:00
one more down (no whatsnew)
This commit is contained in:
parent
f76773a76b
commit
e381dd8bc9
@ -35,6 +35,8 @@ public:
|
||||
int m_tiles;
|
||||
int m_trombank;
|
||||
int m_page;
|
||||
|
||||
TILE_GET_INFO_MEMBER(get_tile_info);
|
||||
#endif
|
||||
|
||||
INT16 *m_samplebuf;
|
||||
@ -88,7 +90,6 @@ public:
|
||||
DECLARE_DRIVER_INIT(brickzn);
|
||||
DECLARE_DRIVER_INIT(hardhead);
|
||||
DECLARE_DRIVER_INIT(suna8);
|
||||
TILE_GET_INFO_MEMBER(get_tile_info);
|
||||
};
|
||||
|
||||
|
||||
|
@ -175,7 +175,7 @@ static void suna8_vh_start_common(running_machine &machine, int dim)
|
||||
}
|
||||
|
||||
#if TILEMAPS
|
||||
state->m_bg_tilemap = tilemap_create( machine, get_tile_info, TILEMAP_SCAN_COLS,
|
||||
state->m_bg_tilemap = &machine.tilemap().create(tilemap_get_info_delegate(FUNC(suna8_state::get_tile_info),state), TILEMAP_SCAN_COLS,
|
||||
|
||||
8, 8, 0x20*((state->m_text_dim > 0)?4:8), 0x20);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user