summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg2xx.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* unsp, spg110, spg2xx, sunplus_gcm394: Fix maps by unifying SoC devices with C... AJR2019-06-151-20/+23
* spg110: tweaks for jak_capb, improves rendering, identifies several things (#... David Haywood2019-03-271-887/+29
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2033/+418
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-418/+2033
* added some inputs to classic arcade pinball (nw) DavidHaywood2019-03-251-1/+2
* irq callbacks (nw) DavidHaywood2019-03-251-8/+33
* refactors etc. (nw) DavidHaywood2019-03-251-78/+33
* tidy (nw) DavidHaywood2019-03-251-39/+8
* refactoring checkpoint (nw) DavidHaywood2019-03-251-1129/+43
* spg2xx - slight refactor (nw) DavidHaywood2019-03-251-29/+58
* SPG2XX - Make audio emulation a subdevice (#4757) David Haywood2019-03-141-1188/+28
* -spg2xx: Added VolSel register. Fixed palette indexing on backgrounds in wall... MooglyGuy2019-03-121-11/+21
* -spg2xx: Scale SPU channel sum by a fixed 1/16 divider rather than by the act... MooglyGuy2019-03-111-15/+4
* -spg2xx: Various audio fixes. [Ryan Holtz] mooglyguy2019-03-101-78/+68
* -spg2xx: Fixed audio channel stop behavior. [Ryan Holtz] mooglyguy2019-03-081-5/+3
* new WORKING machines (JAKKS stuff) (#4624) David Haywood2019-02-101-1/+2
* new WORKING Gamate game + Working DBZ JAKKS + misc bits (#4614) David Haywood2019-02-091-0/+3
* New machines marked as NOT_WORKING mooglyguy2019-02-031-13/+23
* -spg2xx: Return max ADC value if not hooked up, nw MooglyGuy2019-01-301-2/+2
* New working machines mooglyguy2019-01-291-3/+8
* turn off SPG200 logging for release (nw) Vas Crabb2019-01-281-2/+1
* -spg2xx: More correct PRNG emulation, nw MooglyGuy2019-01-281-36/+12
* spg2xx: Correct PRNG emulation. [Ryan Holtz] MooglyGuy2019-01-281-4/+50
* srcclean and cleanup (nw) Vas Crabb2019-01-271-15/+15
* Machines promoted to working Ryan Holtz2019-01-231-2/+2
* -vsmileb: Found the GPIO bit that boots into the on-board game. [Ryan Holtz] MooglyGuy2019-01-201-2/+3
* -spg2xx: Fade control register is 8 bits wide, not 7. Fixes flickery fading i... MooglyGuy2019-01-201-3/+3
* -spg2xx: Remove stale debug printf, nw MooglyGuy2019-01-201-1/+0
* -spg2xx: Early-out if trying to blit a scanline outside the visible range. Fi... MooglyGuy2019-01-201-5/+10
* -spg2xx: Added palette viewer mode when video debugging is turned on, nw MooglyGuy2019-01-201-3/+23
* -vsmile: Turn the 'test point' GPIO port C bit off. Fixes choppy sprites. Pro... mooglyguy2019-01-201-99/+88
* -spg2xx: Added additional timer logging, nw. MooglyGuy2019-01-191-14/+20
* -vsmile: Actually fixed vsmile techart and vsmile techartsw, nw mooglyguy2019-01-181-1/+5
* -vsmile: Added proper slot device emulation for the cartridge slot. Gets vsmi... mooglyguy2019-01-171-10/+12
* -spg2xx: Added more machine().describe_context() logging, nw mooglyguy2019-01-161-11/+11
* -spg2xx: Suppress video IRQ status bits when the corresponding enable bit is ... MooglyGuy2019-01-151-9/+7
* -vsmile: Simulate a brief power-button press on boot. Makes toystor2 work. [R... mooglyguy2019-01-151-14/+258
* spg2xx: Only flag sprite DMA done IRQ if it is enabled. Gets mattelcs to boot... MooglyGuy2019-01-141-1/+8
* -vsmile: Fixed control pad response bytes. Controls now work. [Ryan Holtz] MooglyGuy2019-01-141-11/+12
* -devices/cpu/unsp: Various fixes: [Ryan Holtz] Ryan Holtz2019-01-141-14/+11
* spg2xx: Fixed sprite double-rendering and more optimizations. Fixes prioritie... MooglyGuy2019-01-121-71/+94
* spg2xx: Various optimizations, more than doubles the performance on my system... MooglyGuy2019-01-101-30/+56
* New working machines mooglyguy2019-01-091-1/+5
* Machines promoted to working mooglyguy2019-01-091-12/+21
* -spg2xx: Various changes: [Ryan Holtz] mooglyguy2019-01-081-15/+67
* vii.cpp: DavidHaywood2019-01-081-1/+3
* spg2xx: Turn debugging features back off, nw mooglyguy2019-01-061-2/+2
* spg2xx: Switched to scanline-based rendering, nw mooglyguy2019-01-061-109/+117
* -clickstart: Favor specific values over rand(), nw mooglyguy2019-01-051-12/+141
* spg2xx+vsmile: Started hooking up a control pad. 7x/Bx handshaking and 55 hea... mooglyguy2019-01-051-30/+126