summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/stvvdp1.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump Angelo Salese2011-08-251-1/+1
* Minor changes Angelo Salese2011-08-171-4/+10
* Moved change clock inside a timer and worked on NMI generation for SMPC, fixe... Angelo Salese2011-08-171-3/+3
* Various bug fixes for Saturn games, nw Angelo Salese2011-08-171-1/+4
* z80dma: Added an alternative way of register read-back that directly Angelo Salese2011-08-161-3/+6
* Fix for track mode == 0, nw Angelo Salese2011-08-151-1/+1
* Clean-ups and version bumpmame0143u3 Angelo Salese2011-08-141-1/+1
* Port from MESS, nw Angelo Salese2011-08-081-1/+3
* Port from MESS, nw Angelo Salese2011-08-061-4/+30
* Port from MESS, nw Angelo Salese2011-07-311-0/+5
* Port from MESS, nw Angelo Salese2011-07-311-5/+2
* Port from MESS, nw Angelo Salese2011-07-301-1/+15
* Port from MESS, nw Angelo Salese2011-07-271-0/+3
* Port from MESS, nw Angelo Salese2011-07-191-2/+2
* Port from MESS, nw Angelo Salese2011-06-261-2/+2
* Port from MESS, nw Angelo Salese2011-06-251-6/+6
* Port from MESS, nw Angelo Salese2011-06-251-3/+5
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-3/+3
* Port from MESS, nw Angelo Salese2011-06-161-1/+1
* Port from MESS, nw Angelo Salese2011-06-141-1/+2
* Port from MESS, nw Angelo Salese2011-06-141-54/+60
* Port from MESS, nw Angelo Salese2011-06-121-17/+16
* Latest changes (please port this to MESS, tia) Angelo Salese2011-06-111-4/+4
* (Finally found the time to finish this....) Aaron Giles2011-05-301-3/+3
* PAL porting, nw Angelo Salese2011-05-291-1/+1
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-1/+1
* More movements Angelo Salese2011-05-221-4/+4
* State-ized VDP1 Angelo Salese2011-05-221-324/+322
* Converted presave/postload functions to delegates. In a lot of Aaron Giles2011-04-301-2/+2
* Rename state_manager -> save_manager since the term "state" is overloaded. Aaron Giles2011-04-201-1/+1
* Remove redundant item cpu from address_space, in favor of Aaron Giles2011-03-291-2/+2
* BIG update. Aaron Giles2011-03-291-24/+24
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-1/+1
* Moved the state saving system to C++. For now the registration macros Aaron Giles2011-02-081-1/+1
* mame_rand() -> machine->rand() Aaron Giles2010-12-311-2/+2
* Disable many unused variables as identifed by cppcheck. [Oliver Stöneberg] Scott Stone2010-04-231-2/+2
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-2/+2
* 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-2/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-3/+3
* number-to-tag conversions for drivers starting with 'S': remaining changes sh... Fabio Priuli2009-05-011-1/+1
* Bulk change alert. Aaron Giles2009-04-261-11/+8
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-01-141-2/+1
* This update is the below two patches, plus the remaining changes Aaron Giles2008-12-191-43/+42
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-8/+8
* Replaced printf("%d", cpunum_get_active()) with printf("%s", space->cpu->tag)... Andrew Gardner2008-11-271-2/+2
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-1/+1
* ST-V IRQ rewrite and that removes several global hacks/game specific hacks Angelo Salese2008-11-171-10/+4
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-5/+5
* Pre-irq rewrite submission in ST-V driver: Angelo Salese2008-11-141-1/+2