summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved SH2 set info functions to direct calls. Aaron Giles2009-03-031-4/+4
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-3/+3
* Another batch of tagging, this time for speakers/screens: Aaron Giles2009-02-251-3/+3
* Device tag renaming. Moving away from generic names like "main" Aaron Giles2009-02-251-10/+10
* Ok, this is The Big One. Aaron Giles2009-02-111-20/+7
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-1/+1
* Oops, missed smleague. Aaron Giles2009-01-141-0/+1
* Added ROM_DEFAULT_BIOS to diehard and critcrsh. Aaron Giles2009-01-141-0/+2
* Major drawgfx cleanup, global removal, and feature enhancements: Aaron Giles2009-01-121-4/+4
* From: Atari Ace [atari_ace@verizon.net] Aaron Giles2008-12-171-0/+1
* More device normalization: Aaron Giles2008-12-161-4/+4
* Made the PCI bus a device. The bus is declared in the machine Aaron Giles2008-12-071-8/+8
* Removed cpunum_get_active(). Aaron Giles2008-12-061-23/+23
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-22/+22
* Many improvements on the irq handling of the ST-V driver [Angelo Salese,Charl... Angelo Salese2008-11-281-13/+21
* Fixed reversed VBLANK-IN/OUT events in ST-V (needed for my next update) <- fi... Angelo Salese2008-11-281-11/+11
* Replaced printf("%d", cpunum_get_active()) with printf("%s", space->cpu->tag)... Andrew Gardner2008-11-271-8/+8
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-10/+10
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-6/+6
* Most of the rest of the drivers converted. Aaron Giles2008-11-231-56/+56
* Another big one. Aaron Giles2008-11-201-4/+4
* ST-V IRQ rewrite and that removes several global hacks/game specific hacks Angelo Salese2008-11-171-146/+267
* (Fixed a stupid bug with MDRV_SCREEN_SIZE in ST-V that was causing crashes in... Angelo Salese2008-11-151-1/+1
* Pre-irq rewrite submission part 2: Angelo Salese2008-11-151-5/+6
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-57/+57
* Pre-irq rewrite submission in ST-V driver: Angelo Salese2008-11-141-10/+4
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-50/+50
* Major cpuintrf changes: Aaron Giles2008-11-101-23/+23
* Clean-ups in the ST-V driver and corrected protection number seeds for elandore. Angelo Salese2008-11-091-1/+1
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-091-3/+3
* Various improvements in the ST-V driver: Angelo Salese2008-11-071-46/+27
* Added concept of scheduling quanta to the timer system. Also added Aaron Giles2008-11-051-2/+2
* Discovered that Virtual Mahjong 2 - My Fair Lady currently works,so changed f... Angelo Salese2008-11-011-14/+7
* Small cleanups to the ST-V driver Angelo Salese2008-10-191-57/+80
* cleaned up STV rom loading a bit davidhay2008-10-181-181/+96
* Removed per-game hacks from CPS3 (moved to DMA callback in SH2 core) davidhay2008-10-181-2/+2
* correct crc on new decathlete set davidhay2008-10-111-1/+1
* > From: Andrea Turci [mailto:aturci@gmail.com] Aaron Giles2008-10-091-1/+18
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-09-111-3/+6
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-0/+3
* From: Fabio Priuli [mailto:doge.fabio@gmail.com] Aaron Giles2008-08-281-18/+27
* reverted unit mask changes and removed the unused & unsafe memory_install fun... smf-2008-08-181-4/+4
* Some MESS specific changes Wilbert Pol2008-08-171-1/+1
* Added unit mask to all memory installs that override the bus width. You could... smf-2008-08-171-4/+4
* Cleanups and version bump.mame0126u5 Aaron Giles2008-08-141-1/+1
* Final CPU header updates. Mostly just re-naming the re-inclusions. Derrick Renaud2008-08-131-2/+2
* Adds readmes for Vivid Dolls, Tower and Shaft, Star Soldier Vanishing Earth, ... Andrew Gardner2008-08-111-0/+16
* Updated src\emu\sound headers from K-S, so they use latest naming/structure a... Derrick Renaud2008-08-101-6/+6
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-24/+24
* Disks opened by the romload module are no longer identified by index. Aaron Giles2008-08-011-2/+2