mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Fix build (nw)
This commit is contained in:
parent
00f176939e
commit
562fc51eef
@ -637,6 +637,7 @@ uint32_t ie15_state::screen_update(screen_device &screen, bitmap_rgb32 &bitmap,
|
||||
|
||||
|
||||
/* F4 Character Displayer */
|
||||
#ifdef UNUSED_DEFINITION
|
||||
static const gfx_layout ie15_charlayout =
|
||||
{
|
||||
7, 8, /* 7x8 pixels in 10x11 cell */
|
||||
@ -653,6 +654,7 @@ static const gfx_layout ie15_charlayout =
|
||||
static GFXDECODE_START( ie15 )
|
||||
GFXDECODE_ENTRY("chargen", 0x0000, ie15_charlayout, 0, 1)
|
||||
GFXDECODE_END
|
||||
#endif
|
||||
|
||||
//PALETTE_INIT_MEMBER( ie15_state, ie15 )
|
||||
//{
|
||||
|
Loading…
Reference in New Issue
Block a user