summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/st0016.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* mame/machine: simplified some handlers (nw) Ivan Vangelista2020-04-231-107/+107
* devices/sound: more handler simplification (nw) Ivan Vangelista2020-03-121-1/+1
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-34/+34
* Revert "Allow 16bpp gfxdecode (#5167)" R. Belmont2019-07-191-2/+2
* Allow 16bpp gfxdecode (#5167) cam9002019-07-181-2/+2
* Start cleaning up palette configuration: Vas Crabb2018-12-291-1/+1
* -bus/adam/exp, adamnet, bus/coleco, bus/crvision: Removed MCFG macros. [Ryan ... mooglyguy2018-12-211-8/+8
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-3/+3
* Remove emupal.h from emu.h (nw) AJR2018-06-131-0/+1
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-9/+9
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-1/+1
* maps: Finish mame/machine (nw) Olivier Galibert2018-04-191-17/+19
* remove safe_pc() and safe_pcbase() (nw) smf-2018-04-131-1/+1
* st0016 : Add object finder m_rom instead memregion(":maincpu") (#3214) cam9002018-02-181-2/+3
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-4/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* make device_memory_interface slightly less of a special case, use a typedef t... Vas Crabb2017-07-101-2/+2
* dimemory: Lift the cap on the number of address spaces per device [O. Galibert] Olivier Galibert2017-07-031-0/+9
* drawgfx: Make the palette optional [O. Galibert] Olivier Galibert2017-05-281-1/+1
* updated mame/machine devices to device_add_mconfig (nw) Ivan Vangelista2017-05-261-12/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-37/+37
* Self-registering devices prep: Vas Crabb2017-02-271-1/+3
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-18/+18
* srcclean Vas Crabb2016-09-281-4/+4
* Marked all games in st0016.cpp as MACHINE_NO_COCKTAIL, nw angelosa2016-09-261-0/+5
* Fix for debug build (nw)mame0176 Miodrag Milanovic2016-07-271-1/+1
* and another global variable hits the ground! nw. etabeta782016-04-291-13/+10
* Reduce the incidence of required_device<palette_device> in subdevices AJR2016-04-021-16/+9
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* global_alloc for m_gfxdecode->set_gfx changed to work with unique_ptr (nw) Miodrag Milanovic2015-12-191-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-8/+8
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+741