summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/spg2xx.cpp
Commit message (Expand)AuthorAgeFilesLines
* New sound infrastructure. Olivier Galibert2025-04-271-3/+3
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-22/+7
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-8/+8
* -spg2xx: Fix up ADC support. fordrace now polls all six ADC channels. [Ryan H... Ryan Holtz2020-06-111-0/+2
* new WORKING machines (Plug & Play) (#6764) David Haywood2020-05-301-1/+2
* last batch of changes to make the https://github.com/mamedev/mame/tree/devcb-... Ivan Vangelista2020-05-211-2/+2
* spg2xx: Fix m_functions.empty() assert in debug build (nw) AJR2020-04-021-1/+0
* Plug and Play work (#6330) David Haywood2020-02-191-28/+16
* spg2xx: Added rudimentary SPI support. [Ryan Holtz] mooglyguy2020-02-191-1/+4
* Plug and Play work (#6304) David Haywood2020-02-131-27/+37
* -spg2xx_audio: Hooked up channel FIQ. [Ryan Holtz] mooglyguy2020-02-071-0/+7
* (nw) whole lot less of { *this } Vas Crabb2020-02-051-3/+2
* -spg2xx: Initialize FIQ vector to an invalid state so games which don't initi... MooglyGuy2019-12-221-0/+1
* -spg2xx: Fixed a subtle interrupt bug causing Clickstart to not boot. [Ryan H... mooglyguy2019-12-221-1/+15
* Sunplus Plug & Play work (cleanup + fixes + notes based on wrlshunt code anal... David Haywood2019-12-041-6/+6
* 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