MAME
Find a file
Aaron Giles aad4c81ac4 Pulled remaining vestiges of old-style colortables:
* PALETTE_INIT no longer has a colortable parameter
 * removed game_colortable and remapped_colortable from machine_config
 * updated a few stragglers that still referenced these fields
 * removed tile_draw_colortable from tilemap.c

(From Zsolt): Added support for the new colortable object in the palette viewer

Changed the input port tokens to use a union instead of casting everything to FPTR.
In the future, C99-enabled compilers will be able to achieve type safety with
designated initializers.
2008-02-19 17:52:21 +00:00
docs Cleanups on the doc files. 2008-02-13 16:55:14 +00:00
src Pulled remaining vestiges of old-style colortables: 2008-02-19 17:52:21 +00:00
.gitattributes New module: devintrf.c/.h. Implements a generic device interface similar 2008-02-19 08:49:59 +00:00
makefile Changed debugger-related code to be based off a new makefile define (DEBUGGER) which sets 2008-02-02 08:57:39 +00:00