Previous 199869 Revisions Next

r14905 Monday 2nd January, 2012 at 07:37:22 UTC by Aaron Giles
Removed machine.generic.tmpbitmap, VIDEO_START(generic_bitmapped),
and SCREEN_UPDATE(generic_bitmapped). In their place, each screen_device
now maintains a default bitmap which is automatically copied to the
screen on each update if no SCREEN_UPDATE function is provided and if
no driver_device::video_update override is present. This bitmap can be
found by querying the screen's new default_bitmap() method. [Aaron Giles]
[src/emu]drawgfxm.h machine.c machine.h rendutil.c rendutil.h screen.c screen.h tilemap.c video.c video.h
[src/emu/video]generic.c generic.h
[src/mame/drivers]3do.c adp.c big10.c gei.c kas89.c sangho.c sfkick.c sothello.c
[src/mame/includes]naughtyb.h tunhunt.h
[src/mame/video]atari.c galpanic.c magmax.c mcd212.c naughtyb.c tunhunt.c zac2650.c

Previous 199869 Revisions Next


© 1997-2024 The MAME Team