summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rearrange source to match project structure (done using the script in src/too... Vas Crabb2022-06-271-203/+0
* init even more vars (includes) Robbbert2022-04-101-10/+10
* stv.cpp: remove sfish2 regions hacks MetalliC2021-12-221-0/+1
* -stv.cpp: Removed most run time I/O port lookups and removed PORT_RESET. Vas Crabb2021-11-101-2/+11
* stv.cpp: added preliminary 7-seg led support for critcrsh Ivan Vangelista2021-06-161-5/+8
* stv.cpp: moved the few remaining protection functions in stvprot.cpp to the d... Ivan Vangelista2021-06-021-1/+1
* drivers starting with s: removed read* and write* macros (nw) Ivan Vangelista2020-06-151-16/+16
* further macro removal work (nw) Ivan Vangelista2020-05-181-4/+4
* stv.cpp: Move per-game I/O into memory maps; simplify code (nw) AJR2019-11-051-11/+7
* stv: Vertical billboard layout for shienryu Dirk Best2019-09-041-0/+1
* Emulate the Sega Billboard and hook it up to the STV driver Dirk Best2019-08-301-1/+4
* vgmplay: Added SCSP support [smf] smf-2018-08-161-0/+1
* some tweaks to 315-5838 (decathlt) based on further observations (nw) (#3831) David Haywood2018-08-061-3/+3
* Implement 315-5838 compression / encryption chip used by Decathete [Peter Wil... David Haywood2018-08-061-2/+9
* private: use (S, T, U, V) (nw) (#3720) David Haywood2018-07-011-8/+11
* Revert "- Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side... Vas Crabb2018-05-161-3/+3
* - Removed MACHINE/SOUND/VIDEO _START/_RESET macros. This has the side effect ... MooglyGuy2018-05-161-3/+3
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-1/+7
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-46/+46
* saturn, sfish2: Move existing CD-ROM emulation down into device AJR2018-02-141-0/+2
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+2
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+7
* various drivers: added some lan, printer and camera flags according to MT0658... Ivan Vangelista2017-11-081-0/+6
* srcclean (nw) Vas Crabb2017-10-221-1/+1
* saturn.cpp: Moved SCU related functions inside a device [Angelo Salese] angelosa2017-10-091-18/+2
* stv.cpp: Further disentanglement from saturn_state (nw) AJR2017-10-051-0/+9
* saturn.cpp: SMPC device-ification part 1 (nw) angelosa2017-10-051-0/+15
* stv.cpp: patocar - hook hopper and trackball (not used by default), seems pla... MetalliC2017-05-171-1/+7
* MAMETesters Bugs Fixed: Phil Bennett2016-11-061-22/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-1/+1
* second-to-last gen_latch.cpp update (nw) Ivan Vangelista2016-06-091-1/+4
* saturn and stv split (nw) Miodrag Milanovic2016-05-011-685/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* small cleanup + added note about some pad configuration etabeta782016-04-241-13/+0
* saturn.cpp: converted controllers to work through slot devices, etabeta782016-04-231-3/+7
* reverting: Miodrag Milanovic2016-01-201-2/+2
* tags are now strings (nw) Miodrag Milanovic2016-01-161-2/+2
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-1/+0
* some handmade changes (nw) Miodrag Milanovic2015-12-211-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-5/+5
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-6/+6
* owner name consistency and typo fix (nw) Miodrag Milanovic2015-05-221-1/+1
* GPL - > LGPL for Kale (nw) Miodrag Milanovic2015-05-131-1/+1
* Sync other dirs with main driver license for MAME (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for MAME part (nw) Miodrag Milanovic2015-05-071-0/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* start using callbacks for decathlete style decompression (start of refactorin... mamehaze2015-01-271-0/+2
* move decathlete protection in a device, moved the doa protection sim there to... mamehaze2015-01-261-15/+5
* kill off old ST-V protection simulation code, all games now use the 315-5881 ... mamehaze2015-01-221-17/+1