summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/seta.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reverted x1_010 modernization. (nw) Andrew Gardner2013-02-091-63/+63
* Modernized digitalker, x1_010, tiaintf, and n63701x sound devices. [Andrew Ga... Andrew Gardner2013-02-021-63/+63
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-10/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1936/+1936
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-1/+1
* Created a base class delegate_common_base for all delegate Aaron Giles2012-10-141-2/+2
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-251-66/+58
* Introducing TIMER_CALLBACK_MEMBER and modernization part 1 (no whatsnew) Miodrag Milanovic2012-09-241-8/+7
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-12/+12
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER (no whatsnew) Miodrag Milanovic2012-09-181-21/+21
* changed most of screen.machine() to machine() (no whatsnew) Miodrag Milanovic2012-09-181-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-49/+48
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Memory handler normalization, part 1. Aaron Giles2012-09-171-6/+6
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-70/+68
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-21/+21
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-6/+6
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-11/+11
* All driver inits are now member of state classes. Miodrag Milanovic2012-08-101-88/+79
* * Fully modernized segahang. Aaron Giles2012-08-101-1/+1
* Updated GAME and GAMEL with class name per machine used, for future DRIVER_IN... Miodrag Milanovic2012-08-041-59/+59
* seta.c: Added dipswitch locations to Masked Riders Club Battle Race. [Brian Brian Troha2012-07-181-14/+14
* seta.c: Correct the rom name and redumped the sound CPU at the correct size f... Brian Troha2012-07-061-5/+4
* seta.c: Correct rom names for DownTown & Arbalester. Added PCB locations to t... Brian Troha2012-07-051-69/+67
* seta.c: fix capitalization (nw) Alex W. Jackson2012-07-041-1/+1
* seta.c: Correct the rom names (as per pic) for the new Daioh set. Make it the... Brian Troha2012-07-041-6/+6
* New clones added Miodrag Milanovic2012-07-041-0/+20
* seta.c: Added dipswitch locations to Ultraman Club. [Brian Troha] Brian Troha2012-06-241-18/+12
* seta.c: Minor change to Blandia rom names. EX: xxx.003 to xxx.u3 - NW Brian Troha2012-06-221-14/+14
* seta.c: Fill in some missing PCB board numbers. Correct the board numbers as ... Brian Troha2012-06-211-57/+57
* Conversion of _DEVICE_HA​NDLER to _MEMBER methods - part 2 (no whatsnew) Miodrag Milanovic2012-05-251-8/+8
* Fix magspeed coin lockout and tilemap offset. Luca Elia2012-05-241-31/+42
* seta.c: Added PCB layout & dipswitch locations for Magic Speed. [Brian Troha] Brian Troha2012-05-221-45/+67
* New games added or promoted from NOT_WORKING status Luca Elia2012-05-211-2/+211
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-190/+188
* small cleanup (no whatsnew) Miodrag Milanovic2012-04-221-5/+5
* Changed device->subregion to device->memregion. Moved Aaron Giles2012-04-201-10/+10
* Memory banks are now device-relative only. Global lookups Aaron Giles2012-04-191-1/+1
* Remove global memory banking functions in favor of referencing Aaron Giles2012-04-191-1/+1
* Fix most remaining regressions. Aaron Giles2012-04-191-6/+6
* Remove AM_BASE in favor of AM_SHARED + required_shared_ptr. Aaron Giles2012-04-151-138/+141
* forgot to remove comments (no whatsnew) Miodrag Milanovic2012-04-101-32/+0
* mode modernization (no whatsnew) Miodrag Milanovic2012-04-101-293/+298
* Moved soundlatch helpers into driver.c and removed emu/audio/generic.c. Aaron Giles2012-04-091-16/+16
* Clean-ups and version bumpmame0145u6 Angelo Salese2012-04-081-1/+1
* MAME going modern part 7 (no whatsnew) Miodrag Milanovic2012-04-061-57/+58
* Moved all drivers to using the audio/watchdog helpers defined in the driver_d... Miodrag Milanovic2012-04-051-25/+29
* Some formating cleanup (no whatsnew) Miodrag Milanovic2012-04-021-135/+135
* MAME going modern part 2 (no whatsnew) Miodrag Milanovic2012-04-011-365/+365
* MAME going modern part 1 (no whatsnew) Miodrag Milanovic2012-03-311-43/+43