summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/stvvdp1.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-2160/+0
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* updated licenses for most of devices (nw) Miodrag Milanovic2015-05-141-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* smpc moved to state, need to be device-fied in future (nw) Miodrag Milanovic2014-04-031-2/+2
* Fixed SH-2->DSP DMA operation, new core doesn't fart anymore Angelo Salese2013-10-101-1/+1
* Decoded GFXs in SBC6510 Angelo Salese2013-10-061-1/+1
* save state cleanup, converted state_save_register_global* into save_item/save... Miodrag Milanovic2013-05-081-8/+8
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* Fix compile Angelo Salese2013-03-131-0/+2
* Attempt to fix CEF bit reset behaviour, fixes Virtual On 3d gfxs Angelo Salese2013-03-131-0/+4
* Improved VDP1 timings, fixes several Saturn games such as Fatal Fury 3, Night... Angelo Salese2013-03-131-4/+22
* I imagine there is actually a logic flaw in the new code, but for now let's j... David Haywood2013-03-061-2/+2
* Fixed regression with FAD end in track mode, fixes Death Throttle Angelo Salese2013-03-041-1/+1
* Fixed janjans2, don't think the game should run in 336 x 239, will look at th... Angelo Salese2013-03-041-1/+1
* Work-around for VDP1 framebuffer clear, fixes Daisenryaku Strong Style regres... Angelo Salese2013-03-041-6/+17
* Fixed VDP1 clear regression, reverted the blckmtxa attempted fix too. Angelo Salese2013-02-251-6/+3
* Hook-up proper VDP1 fb erase via coordinates, fixes Gokujou Parodius / Sexy P... Angelo Salese2013-02-221-1/+16
* Fixed Out Run booting, it triggers the RESET opcode and the only good theory ... Angelo Salese2013-02-151-1/+2
* Moved some of the saturn code from mame/ into emu/ and made saturn.c & stv.c ... smf-2013-02-111-0/+2110