summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/seta.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-628/+0
* -Updated translations, cleaned up a little. Vas Crabb2022-06-261-9/+9
* seta.cpp: Added implementation for thunderl protection. (#9943) Sergio G2022-06-261-9/+28
* rohga.cpp, seta.cpp: More cleanup. Vas Crabb2022-06-151-9/+26
* Cleaned up a few more legacy callbacks. Vas Crabb2022-06-151-24/+58
* init vars for coverity (includes/s) Robbbert2022-03-231-1/+1
* - seta.cpp: removed some unneeded VIDEO_START macros Ivan Vangelista2021-11-191-5/+6
* Fix for MT#05385: downtown hiscore table is r/w from protection area (#8155) Angelo Salese2021-06-071-1/+1
* seta.cpp: Eliminate strcmp for per-game hacks AJR2020-12-041-12/+3
* Fix calibr50 and usclssic after fe7a07186745954cc7a4de4f14ef9f356d9ec60f AJR2020-12-031-1/+1
* seta.cpp: Acknowledge 65C02 IRQs AJR2020-12-021-1/+0
* seta.h: Revert premature derivation AJR2020-12-011-2/+2
* seta.cpp: Separate this state class a little AJR2020-12-011-70/+93
* seta.cpp: Slight further cleanup AJR2020-12-011-1/+0
* Seta video encapsulation AJR2020-11-301-24/+14
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-15/+15
* Remove tilemap.h from emu.h (nw) AJR2019-08-211-0/+1
* seta.cpp : Updates cam9002019-06-091-83/+81
* seta.cpp: added 2nd player inputs for kiwame (nw) Ivan Vangelista2019-05-121-1/+1
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+4
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-4/+2
* tmp68301: Merge on-chip peripheral emulation with CPU device AJR2019-03-221-2/+2
* new working clone Ivan Vangelista2019-01-181-0/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-7/+7
* -devices/machine/msm6253: Removed MCFG macros and added devcb3 support, nw mooglyguy2018-12-271-1/+1
* zombraid: Fix breakage due to MCFG_MACHINE_START_OVERRIDE shadowing machine_s... AJR2018-12-231-1/+1
* seta.cpp: Split out state classes for some games; do away with the stupid ROM... AJR2018-12-211-44/+91
* More accurate registration and acknowledgment of pending interrupts within TM... AJR2018-11-271-0/+4
* (nw) misc cleanup - mostly missing #include guards and inconsistent initialis... Vas Crabb2018-11-211-17/+16
* seta001 remove a kludge DavidHaywood2018-09-051-1/+1
* -8364_paula, aakart, adc0808, adc083x, adc0844, adc1038, adc1213, akiko, am28... mooglyguy2018-08-121-1/+1
* seta.cpp : Various updates cam9002018-08-041-4/+4
* seta.cpp, seta2.cpp: fixed some recent crashes (nw) Ivan Vangelista2018-07-241-0/+1
* orbit.cpp, seta.cpp: timer_set removal (nw) Ivan Vangelista2018-07-231-0/+1
* vgmplay.cpp : Add X1-010 Support cam9002018-07-231-0/+6
* misc cleanup and devcb3 prep (nw) Vas Crabb2018-07-031-1/+8
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-73/+92
* seta001.cpp : Convert arrays into std::unique_ptr, Minor cleanups (#3695) cam9002018-06-261-0/+6
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* seta.cpp: Acknowledge more interrupts (nw) AJR2018-06-011-0/+1
* seta.cpp: Break up the "vregs" handler (nw) AJR2018-05-311-8/+5
* seta.cpp : Add seperate value for tilemap banks (#3584) cam9002018-05-271-9/+26
* Some cleanup on #3592 (nw) Vas Crabb2018-05-211-1/+1
* Replace set_led_value and set_lamp_value with output_finders. [Wilbe… (#3592) wilbertpol2018-05-201-0/+5
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-13/+13
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-13/+13
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-13/+13
* seta : Cleanup Duplicates, Convert to unique_ptr when array size is >… (#3228) cam9002018-02-231-42/+21
* x1_010 : Change m_adr value name to m_xor Because it's actually Address Bit X... cam9002018-02-181-0/+4
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+49