Go to file
Zsolt Vasvari 77a58d253c - First batch of machine->screen[] access has been removed
- Added video_screen_auto_bitmap_alloc(screen) -- it is just a shorthand for 
  auto_bitmap_alloc(video_screen_get_width(screen), video_screen_get_height(screen), video_screen_get_format(screen))
  which is a common operation
- The Dynax/Don Den Lover games now do their updating in VIDEO_UPDATE instead of VIDEO_EOF.  This semmed to
  have fixed the palette problems
- Went through some of these drivers and changed Machine to machine
2008-03-11 08:37:05 +00:00
docs Cleanups on the doc files. 2008-02-13 16:55:14 +00:00
src - First batch of machine->screen[] access has been removed 2008-03-11 08:37:05 +00:00
.gitattributes Moves crosshair code from video.c into its own module 2008-03-11 02:41:24 +00:00
makefile Followup to r767: 2008-02-22 00:17:36 +00:00