summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
...
* Reverted change to options.c - not ready for release due to potential breakag... Couriersud2008-03-021-8/+1
* Rewrote some potentially compiler specific code: Couriersud2008-03-027-52/+62
* Various clean ups: Couriersud2008-03-0169-238/+282
* (from Razoola) ddtojr1/ddtojr2 were swapped Nicola Salmoria2008-03-011-2/+2
* Removed use of cpu_scalebyfcount() Zsolt Vasvari2008-03-011-2/+19
* - Moves all video timing logic from cpuexec.c to video.c Zsolt Vasvari2008-03-0110-382/+394
* * Wrapped unused code in "#ifdef UNUSED_FUNCTION" Couriersud2008-03-011-1/+2
* memory.c: removed further code never to be executed Couriersud2008-03-011-7/+0
* Added macros to define device functions. Updated existing devices Aaron Giles2008-03-019-69/+295
* - Removes a couple of unused items from the cpuexec_data structure Zsolt Vasvari2008-03-012-7/+9
* Changed parent/clone relationship to separate SSI Poker sets from Jackpot Jok... Roberto Fresca2008-03-011-4/+4
* [AICA] Better (not perfect) slot monitoring. (kingshriek) R. Belmont2008-03-011-14/+35
* [DC/NAOMI] Use defines instead of magic numbers for IRQ sources, add VBL-out. R. Belmont2008-03-013-12/+48
* - Implemented VSYNC height computation difference between the Motorola and th... Zsolt Vasvari2008-03-011-11/+64
* Added mc6845->has_valid_parameters in mc6845_assert_light_pen_input, so that ... Zsolt Vasvari2008-03-011-16/+19
* - Uses a timer for latching the light pen address. Not that there was anythi... Zsolt Vasvari2008-03-011-107/+138
* Fix compile issues introduced with r844 Couriersud2008-03-012-10/+0
* Identified code not used and marked with "#ifdef UNUSED_FUNCTION" Couriersud2008-03-0124-19/+82
* memory.c: removed some code never to be executed Couriersud2008-03-011-11/+7
* * MACHINE_DRIVER_EXTERN now requires a semicolon Couriersud2008-03-0111-23/+23
* Two discrete structs were not used: Couriersud2008-02-291-4/+4
* [SH4] Fixed refresh ticks value of 0, makes awbios not blow up the timer system. R. Belmont2008-02-291-2/+1
* Most of this descriptions taken directly from an e-mail by Aaron: Zsolt Vasvari2008-02-29826-1851/+1990
* Fixed taitoic regression Zsolt Vasvari2008-02-291-2/+2
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-29655-1705/+1702
* - Converted Amiga based games to partial updating and proper scanline based t... Zsolt Vasvari2008-02-2919-332/+297
* "Input (this Game)" menu now handles conditional inputs. stephh2008-02-281-1/+1
* Adds mc6845_assert_light_pen_input. This latches the next character display ... Zsolt Vasvari2008-02-282-15/+58
* Fixed incorrect comments Zsolt Vasvari2008-02-281-12/+2
* Signals both the 0->1 and 1->0 transitions of the synching pins Zsolt Vasvari2008-02-282-147/+127
* - MC6845 - Added HSYNC and VSYNC callbacks -- I actually tested this :) Zsolt Vasvari2008-02-288-86/+191
* Spacing and version bump.mame0123u3 Aaron Giles2008-02-2825-136/+136
* From: Robert [mailto:pac0446@bigpond.net.au] Aaron Giles2008-02-281-1/+1
* From: RansAckeR Aaron Giles2008-02-285-182/+183
* From: roberto zandona Aaron Giles2008-02-281-183/+37
* From: JEA Wallace [mailto:jeaw100@york.ac.uk] Aaron Giles2008-02-282-30/+51
* From: Wilbert Pol [mailto:wilbert@jdg.info] Aaron Giles2008-02-288-3602/+9093
* - Better variable name for the cursor counter Zsolt Vasvari2008-02-281-9/+8
* Added a stub implementation of the Rockwell 6545 Nathan Woods2008-02-282-0/+14
* Adds support for cursors. All 4 blinking modes are supported (always on, alw... Zsolt Vasvari2008-02-287-11/+67
* BITSWAP macro used. Mathis Rosenhauer2008-02-273-21/+23
* Support for original Omega Race state PROM Mathis Rosenhauer2008-02-273-3/+21
* From: Lei Wu Aaron Giles2008-02-271-0/+16
* Couple more address map merges, plus an MSVC compile fix. Aaron Giles2008-02-274-125/+68
* - Clean-up of the Crazy Climber video driver, mainly via tilemap conversion. Zsolt Vasvari2008-02-2710-1639/+1216
* Added Cal Omega - Game 10.7 (Big Game). Roberto Fresca2008-02-272-3/+32
* correction to the color code Brian Troha2008-02-261-2/+2
* Turned on use of designated initializers for tokenized structures in gcc, Aaron Giles2008-02-269-48/+48
* Merged memory maps. Aaron Giles2008-02-2616-1039/+547
* Fixed typo. Aaron Giles2008-02-261-1/+1