| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -358/+0 | |
| | | |||||
| * | Update for Krzysztof Strzecha (nw) | 2015-05-25 | 1 | -1/+1 | |
| | | |||||
| * | Synced other dirs withs driver license for MESS (nw) | 2015-05-13 | 1 | -1/+1 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | cleanup in mess section (nw) | 2015-04-19 | 1 | -3/+3 | |
| | | |||||
| * | Replace dynamic_array with std::vector [O. Galibert] | 2015-04-14 | 1 | -5/+5 | |
| | | |||||
| * | There is no implicit conversion to char* in std::string (nw) | 2015-04-12 | 1 | -2/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0155 | 2014-10-15 | 1 | -1/+1 | |
| | | |||||
| * | some more generic cart slots. nw. | 2014-10-09 | 1 | -14/+14 | |
| | | |||||
| * | converted some global_alloc_array() usage to dynamic_buffer/dynamic_array (nw) | 2014-05-16 | 1 | -17/+5 | |
| | | |||||
| * | replaced some more malloc/free usage with ↵ | 2014-03-28 | 1 | -7/+7 | |
| | | | | | global_alloc_array/global_free_array (nw) | ||||
| * | primary_screen -> first_screen() (nw) | 2014-03-15 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) cbmiec: Moved under emu/bus. (nw) | 2013-10-20 | 1 | -1/+1 | |
| | | |||||
| * | modernized speaker device. [Fabio Priuli] | 2013-06-04 | 1 | -2/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0148u4 | 2013-04-30 | 1 | -1/+1 | |
| | | |||||
| * | cleanup (nw) | 2013-04-19 | 1 | -4/+2 | |
| | | |||||
| * | SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) | 2013-04-19 | 1 | -2/+2 | |
| | | |||||
| * | small machine().root_device() cleanup (nw) | 2013-04-18 | 1 | -5/+5 | |
| | | |||||
| * | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -45/+43 | |
| | | | | | other modernization (nw) | ||||
| * | (MESS) cassette cleanup (nw) | 2013-04-17 | 1 | -4/+4 | |
| | | |||||
| * | various cpu lookup cleanup (nw) | 2013-04-15 | 1 | -18/+20 | |
| | | |||||
| * | speaker tag lookup removal, also no need to use universal tag, since easier ↵ | 2013-04-12 | 1 | -4/+2 | |
| | | | | | now to follow (nw) | ||||
| * | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -1/+0 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -4/+4 | |
| | | |||||
| * | Since nobody checks for NULLs anyway, make | 2012-09-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | 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. | ||||
| * | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) | 2012-09-18 | 1 | -4/+3 | |
| | | |||||
| * | Memory handler normalization, part 2. Change legacy | 2012-09-17 | 1 | -5/+5 | |
| | | | | | | | | 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] | ||||
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -4/+4 | |
| | | | | | changed to be members of state classes (no whatsnew) | ||||
| * | Clear out remaining global inlines in diexec.h. | 2012-09-12 | 1 | -1/+1 | |
| | | |||||
| * | In device_state_interface, rename state() to state_int() | 2012-09-11 | 1 | -15/+15 | |
| | | | | | | | | | | | | | | | | 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/+374 | |
