summaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Converted to use PORT_CHANGED Zsolt Vasvari2008-03-034-371/+222
* Readds accidentally deleted line Zsolt Vasvari2008-03-031-0/+2
* Added running_machine* to the CUSTOM_INPUT callback - updated drivers to use it Zsolt Vasvari2008-03-037-107/+29
* - Added PORT_CHANGED macro which calls a callback if the given port changes. Zsolt Vasvari2008-03-0311-171/+156
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-0362-200/+196
* Removed used srcnum from ccpuRegs Zsolt Vasvari2008-03-031-5/+13
* Added video_screen_get_time_until_vblank_end() and Aaron Giles2008-03-038-47/+114
* MC6845: Added support for the Commodore 6545-1 device type Zsolt Vasvari2008-03-022-84/+138
* render.[ch]: change type of target_orientation in target_compute_visible_area... Couriersud2008-03-022-13/+13
* Rename dkngjnrb to dkongjre - Credit Mike Haaland Couriersud2008-03-022-3/+50
* Corrects some documentation and rom names. Brian Troha2008-03-021-41/+41
* Changed z80dma to new device interface, updated mario.c and dkong.c to use ne... Couriersud2008-03-024-190/+216
* Gyruss: Tilemap conversion, sprite multiplexing done properly, driver clean-up Zsolt Vasvari2008-03-022-197/+100
* tp84: Replaces sprite multiplexing hack with video_screen_update_now() on spr... Zsolt Vasvari2008-03-023-244/+128
* - Watchdog gets its own namespace for state saving Zsolt Vasvari2008-03-022-5/+5
* Moves watchdog processing logic into its own module Zsolt Vasvari2008-03-027-118/+181
* Some more #includes's removed Zsolt Vasvari2008-03-022-6/+1
* Removes unneeded #includes Zsolt Vasvari2008-03-021-4/+0
* Removes cpu_getcurrentframe() and replaces it with video_screen_get_frame_num... Zsolt Vasvari2008-03-0259-150/+102
* 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-2918-331/+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