summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/primo.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-358/+0
* Update for Krzysztof Strzecha (nw) Miodrag Milanovic2015-05-251-1/+1
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-3/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-5/+5
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* some more generic cart slots. nw. Fabio Priuli2014-10-091-14/+14
* converted some global_alloc_array() usage to dynamic_buffer/dynamic_array (nw) Oliver Stöneberg2014-05-161-17/+5
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-7/+7
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* (MESS) cbmiec: Moved under emu/bus. (nw) Curt Coder2013-10-201-1/+1
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-2/+2
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-1/+1
* cleanup (nw) Miodrag Milanovic2013-04-191-4/+2
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-2/+2
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-5/+5
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-45/+43
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-4/+4
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-18/+20
* speaker tag lookup removal, also no need to use universal tag, since easier n... Miodrag Milanovic2013-04-121-4/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-4/+4
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-4/+3
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-5/+5
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-4/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-15/+15
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+374