summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/instruct.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-1/+1
* converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe... Oliver Stöneberg2014-03-291-57/+47
* replaced some more malloc/free usage with global_alloc_array/global_free_arra... Oliver Stöneberg2014-03-281-2/+2
* (MESS) instructor : fixed conversion mistake Robbbert2014-01-111-1/+1
* Replaced FLAG fake IO port with a DEVCB2 callback [smf] smf-2014-01-111-4/+5
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-1/+1
* (MESS) instructor50 : Added flag led. (nw) Robbbert2013-10-271-7/+22
* (MESS) instructor50 : Added user switches and round leds. (nw) Robbbert2013-10-271-19/+65
* (MESS) instructor50 : Added interrupt logic. Connected up remaining keys. Robbbert2013-10-251-12/+48
* (MESS) instructor50 wip Robbbert2013-10-241-12/+46
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
* (MESS) Instructor 50 : Fixed various regressions (nw) Robbbert2013-10-151-39/+20
* (MESS) pipbug, binbug, instruct: fixed memory leak Robbbert2013-04-271-47/+51
* (MESS) Ravens: added cassette (not working) and quickload. Robbbert2013-04-261-9/+20
* cleanup (nw) Miodrag Milanovic2013-04-191-2/+2
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-2/+3
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-3/+3
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+317