summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/instruct.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-438/+0
|
* did change on Robbberts behalf (nw) Miodrag Milanovic2015-05-071-1/+1
|
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
|
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-1/+1
|
* converted some more global_alloc_array() usage to ↵ Oliver Stöneberg2014-03-291-57/+47
| | | | dynamic_array/dynamic_buffer (nw)
* replaced some more malloc/free usage with ↵ Oliver Stöneberg2014-03-281-2/+2
| | | | global_alloc_array/global_free_array (nw)
* (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
| | | | cd2650: added note instruct: added part of the interrupt block
* 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
| | | | | | | | | | | | device_memory_interface::space() assert against NULL and return a reference, and pushed references throughout all address space usage in the system. Added a has_space() method to check for those rare case when it is ambiguous. [Aaron Giles] Also reinstated the generic space and added fatal error handlers if anyone tries to actually read/write from it.
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
| | | | | | | read/write handlers to take an address_space & instead of an address_space *. Also update pretty much all other functions to take a reference where appropriate. [Aaron Giles]
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-1/+1
| | | | | | | | | | | | | | | and set_state() to set_state_int() for consistency. Update all callers. Also add set_pc() helper and updated all callers to use that instead of set_state_int(STATE_GENPC) [Aaron Giles] Added device_t::state() method to get the state interface. Added redundant device_state_interface::state() method to catch redundant use of it. [Aaron Giles] Removed cpu_get_reg() and cpu_set_reg() macros in favor of using the above methods. [Aaron Giles]
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+317