| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -438/+0 | |
| | | |||||
| * | did change on Robbberts behalf (nw) | 2015-05-07 | 1 | -1/+1 | |
| | | |||||
| * | Replace dynamic_array with std::vector [O. Galibert] | 2015-04-14 | 1 | -1/+1 | |
| | | |||||
| * | cassette config moved inline (nw) | 2014-05-02 | 1 | -1/+1 | |
| | | |||||
| * | converted some more global_alloc_array() usage to ↵ | 2014-03-29 | 1 | -57/+47 | |
| | | | | | dynamic_array/dynamic_buffer (nw) | ||||
| * | replaced some more malloc/free usage with ↵ | 2014-03-28 | 1 | -2/+2 | |
| | | | | | global_alloc_array/global_free_array (nw) | ||||
| * | (MESS) instructor : fixed conversion mistake | 2014-01-11 | 1 | -1/+1 | |
| | | |||||
| * | Replaced FLAG fake IO port with a DEVCB2 callback [smf] | 2014-01-11 | 1 | -4/+5 | |
| | | |||||
| * | Cleanups and version bumpmame0151 | 2013-11-05 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) instructor50 : Added flag led. (nw) | 2013-10-27 | 1 | -7/+22 | |
| | | |||||
| * | (MESS) instructor50 : Added user switches and round leds. (nw) | 2013-10-27 | 1 | -19/+65 | |
| | | |||||
| * | (MESS) instructor50 : Added interrupt logic. Connected up remaining keys. | 2013-10-25 | 1 | -12/+48 | |
| | | |||||
| * | (MESS) instructor50 wip | 2013-10-24 | 1 | -12/+46 | |
| | | |||||
| * | (MESS) Added copyright info - feel free to update as needed | 2013-10-16 | 1 | -0/+2 | |
| | | |||||
| * | (MESS) Instructor 50 : Fixed various regressions (nw) | 2013-10-15 | 1 | -39/+20 | |
| | | |||||
| * | (MESS) pipbug, binbug, instruct: fixed memory leak | 2013-04-27 | 1 | -47/+51 | |
| | | |||||
| * | (MESS) Ravens: added cassette (not working) and quickload. | 2013-04-26 | 1 | -9/+20 | |
| | | | | | cd2650: added note instruct: added part of the interrupt block | ||||
| * | cleanup (nw) | 2013-04-19 | 1 | -2/+2 | |
| | | |||||
| * | SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) | 2013-04-19 | 1 | -2/+3 | |
| | | |||||
| * | (MESS) cassette cleanup (nw) | 2013-04-17 | 1 | -3/+3 | |
| | | |||||
| * | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -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 | 2012-09-17 | 1 | -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() | 2012-09-11 | 1 | -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) | 2012-08-21 | 1 | -0/+317 | |
