summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/stv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump Angelo Salese2011-08-251-12/+12
* ... and astrass Angelo Salese2011-08-191-3/+2
* Fixed magzun -nodebug as per Arbee pc_add_flush suggestion Angelo Salese2011-08-191-0/+4
* Converted VDP2 registers into proper 16-bits parallelism [Angelo Salese] Angelo Salese2011-08-191-6/+6
* Provided some cheesy hacks to allow Magical Zunou Power to boot (debug-only) ... Angelo Salese2011-08-181-1/+117
* Fixed mahjong panel input quirks for vmahjong and myfairld [Angelo Salese] Angelo Salese2011-08-181-276/+61
* Rewritten ST-V IOGA system from scratch [Angelo Salese] Angelo Salese2011-08-181-41/+288
* Cleaned up comreg execute function, stateized a bunch of IOGA variables (in p... Angelo Salese2011-08-181-0/+207
* Moved change clock inside a timer and worked on NMI generation for SMPC, fixe... Angelo Salese2011-08-171-3/+7
* Moved ST-V game-specific overrides from saturn.c/stvinit.c to stv.c, makes ga... Angelo Salese2011-08-171-0/+1886
* Celebrate marriage between stv.c and saturn.c, nw Angelo Salese2011-04-241-4130/+0
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-21/+21
* BIG update. Aaron Giles2011-03-291-112/+112
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-2/+2
* Deprecate the old memory_install_* macros. Dynamic installation is now handled Aaron Giles2011-03-271-4/+4
* Created new enum type address_spacenum for specifying an address Aaron Giles2011-03-271-6/+6
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-13/+13
* Modified video update system. [Miodrag Milanovic] Miodrag Milanovic2011-02-241-1/+1
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-5/+5
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-8/+8
* Attotime bulk conversion step: Aaron Giles2011-02-031-11/+11
* Ok, last major rename for this round: Aaron Giles2011-01-011-2/+2
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-1/+1
* running_device -> device_t Aaron Giles2010-12-311-1/+1
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-30/+30
* corrected some powerinstinct gamenames (no whatsnew) Michaël Banaan Ananas2010-12-171-1/+1
* Changed driver_data objects to be devices. Replaced the driver_data_t Aaron Giles2010-09-021-1/+1
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-2/+2
* Remove memory_read/write_byte/word/dword/qword* variants. Again, this is mostly Aaron Giles2010-08-191-37/+37
* Replace "const address_space" with "address_space" throughout the system. Aaron Giles2010-08-191-14/+14
* Remove the global clock accessors and cpu_* aliases: Aaron Giles2010-07-071-1/+1
* Time to kill off some deadwood. Aaron Giles2010-07-071-6/+6
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-7/+7
* Cleanups and version bump. Aaron Giles2010-06-171-10/+10
* Change cpu_device into a base class. Rename old cpu_device to legacy_cpu_device. Aaron Giles2010-06-171-0/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-39/+39
* Added proper RTC support to the ST-V driver [Angelo Salese] Angelo Salese2010-06-041-14/+93
* 8ing -> Eighting Michaël Banaan Ananas2010-05-221-1/+1
* Removed Groove on Fight boot hack, not anymore needed [Angelo Salese] Angelo Salese2010-05-221-2/+0
* New games added as NOT_WORKING mariuszw12010-04-021-0/+17
* Cleanups and version bump.mame0137u1 Aaron Giles2010-03-251-14/+14
* Added default nvrams to the ST-V driver [David Haywood] Angelo Salese2010-03-111-1/+45
* Written a per-pixel function for the irq system in the ST-V driver, disabled ... Angelo Salese2010-03-101-1/+43
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-8/+8
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-3/+3
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-8/+8
* Replaced all occurrences of cputag_get_cpu with devtag_get_device: the former... Fabio Priuli2010-01-061-4/+4
* Results of running the latest srcclean. Aaron Giles2009-12-281-75/+75
* Whitespace cleanup. (No, a release is not yet imminent.) Aaron Giles2009-12-281-1/+1