summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump for 0.123u2.mame0123u2 Aaron Giles2008-02-2136-298/+298
* - Added void state_save_combine_module_and_tag(char *dest, const char *module... Zsolt Vasvari2008-02-213-16/+72
* - Pen lookup removal Zsolt Vasvari2008-02-2113-97/+81
* - Some more machine->pen lookup removal Zsolt Vasvari2008-02-2115-64/+38
* Most important thing to note about this change: Aaron Giles2008-02-21963-5056/+6154
* Removed some unneccassary lookups through machine->pens Zsolt Vasvari2008-02-2138-143/+128
* Removed the pen array lookup from some INDEXED16 drivers Zsolt Vasvari2008-02-2130-102/+92
* Adds video\gameplan.c Zsolt Vasvari2008-02-211-1/+1
* - Reorganized Gameplan driver Zsolt Vasvari2008-02-216-444/+552
* Document regions by color code Brian Troha2008-02-201-7/+17
* correction to documentation as pointed out by the Guru Brian Troha2008-02-201-1/+1
* - Changed all drivers using the MC6845 chip to use the device interface Zsolt Vasvari2008-02-2027-147/+188
* - Added running_machine* as first parameter to mc6845_config and all callback... Zsolt Vasvari2008-02-2024-288/+390
* Removed clock and flags as fundamental device parameters. Aaron Giles2008-02-204-11/+3
* Added support for inline device configuration. Aaron Giles2008-02-204-8/+17
* Removed unnecessary debug stub. R. Belmont2008-02-201-9/+0
* - Complete memory map Zsolt Vasvari2008-02-206-373/+489
* Missed a few things in the last commit. R. Belmont2008-02-201-4/+26
* [SH4] Added missing SH4 instructions and bugfixed the FPU R. Belmont2008-02-206-196/+403
* [AICA] Fixed ADPCM looping. R. Belmont2008-02-201-7/+27
* Adds Excellent Co, Ltd Redhawk to nmk16.c Brian Troha2008-02-194-64/+90
* Added PROM type information. Curt Coder2008-02-191-2/+2
* Removed BAD_DUMP flags from the highly controversial background smoothing PROMs. Curt Coder2008-02-191-5/+2
* Updated validity.c to current core style. Aaron Giles2008-02-191-160/+130
* Added some XTALs for MESS. Curt Coder2008-02-191-2/+7
* Added i8749 CPU type for MESS. Curt Coder2008-02-196-2/+60
* Pulled remaining vestiges of old-style colortables: Aaron Giles2008-02-1920-311/+166
* - Added video_screen_update_now(int scrnum) to force a screen update up to th... Zsolt Vasvari2008-02-193-4/+41
* From: keshbach@comcast.net [mailto:keshbach@comcast.net] Aaron Giles2008-02-194-126/+170
* From: Corrado Tomaselli [mailto:corrado.to@tiscali.it] Aaron Giles2008-02-194-12/+16
* From: KO Myung-Hun [mailto:komh@chollian.net] Aaron Giles2008-02-191-6/+8
* From: JEA Wallace [mailto:jeaw100@york.ac.uk] Aaron Giles2008-02-196-78/+174
* From: Edward Swiftwood [mailto:payphoneed@gmail.com] Aaron Giles2008-02-191-3/+71
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-02-191-5/+4
* From: RansAckeR [mailto:RansAckeR@pandora.be] Aaron Giles2008-02-194-476/+340
* From: Corrado Tomaselli [mailto:corrado.to@tiscali.it] Aaron Giles2008-02-191-6/+6
* From RansAckeR: Aaron Giles2008-02-1913-749/+480
* New module: devintrf.c/.h. Implements a generic device interface similar Aaron Giles2008-02-19690-1834/+2709
* Removes MDRV_COLORTABLE_LENGTH macro -- no longer used Zsolt Vasvari2008-02-191-3/+0
* Color table removal -- done Zsolt Vasvari2008-02-1920-357/+340
* Color table removal Zsolt Vasvari2008-02-1810-404/+288
* - Color table removal Zsolt Vasvari2008-02-1811-389/+312
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-18153-475/+475
* Removed expand_machine_driver(). Aaron Giles2008-02-188-401/+457
* Color table removal Zsolt Vasvari2008-02-1818-280/+265
* [AICA] Fixed error introduced in last change. R. Belmont2008-02-181-3/+5
* [AICA] Fix sample address mask to follow passed-in RAM size. Music in Toy Fi... R. Belmont2008-02-181-9/+11
* Color table removal Zsolt Vasvari2008-02-188-160/+236
* Fixed one or two dips and found the "service" switch and likely start of inputs Brian Troha2008-02-181-9/+7
* From Atari Ace: Zsolt Vasvari2008-02-1846-66/+78