summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/stv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* using actual Sega 315_5881 decryption for 'astrass' set (not yet working for ... David Haywood2015-01-201-1/+3
* SMPC: added crude repeat key support in keyboard handling, makes typing more ... Angelo Salese2014-12-141-0/+2
* just test code (nw) mamehaze2014-11-041-4/+6
* move 315-5881 based encryption to it's own file, allowing me to experiment wi... mamehaze2014-11-021-1/+7
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* more generic cart slot conversions. nw. Fabio Priuli2014-10-011-5/+20
* missed file (nw) R. Belmont2014-07-041-0/+2
* m68000 callbacks to delegates (nw) Miodrag Milanovic2014-04-221-1/+1
* sh2.c: Modernised cpu core. [Wilbert Pol] Wilbert Pol2014-04-121-2/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* (MESS) saturn: added default formatting to Backup RAM carts, Fabio Priuli2014-04-031-1/+0
* smpc moved to state, need to be device-fied in future (nw) Miodrag Milanovic2014-04-031-0/+28
* ah, forgot these (nw) Miodrag Milanovic2014-03-211-2/+1
* Moved optional_device<screen_device> m_screen and optional_device<palette_dev... Miodrag Milanovic2014-03-051-1/+3
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-1/+1