Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (MESS)-thomson: fix for incorrect palettes in a seldom used video mode ↵ | 2014-04-17 | 1 | -17/+26 | |
| | | | | | [Antonie Mine] (MESS)-hp48: fix for memory cards and addition of imgtool support for it [Antonie Mine] | ||||
* | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -6/+6 | |
| | |||||
* | replaced some more malloc/free usage with ↵ | 2014-03-28 | 1 | -2/+2 | |
| | | | | global_alloc_array/global_free_array (nw) | ||||
* | Preliminary driver support for the HP 49 G [Antoine Mine] | 2014-03-25 | 1 | -78/+123 | |
| | |||||
* | some more cleanup (nw) | 2014-03-24 | 1 | -9/+6 | |
| | |||||
* | primary_screen -> first_screen() (nw) | 2014-03-15 | 1 | -1/+1 | |
| | |||||
* | saturn.c: Modernized cpu core (nw) | 2013-10-04 | 1 | -46/+38 | |
| | |||||
* | changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) | 2013-06-21 | 1 | -1/+1 | |
| | |||||
* | save state cleanup, converted state_save_register_global* into ↵ | 2013-05-08 | 1 | -1/+1 | |
| | | | | save_item/save_pointer (nw) | ||||
* | small machine().root_device() cleanup (nw) | 2013-04-18 | 1 | -10/+10 | |
| | |||||
* | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -78/+71 | |
| | | | | other modernization (nw) | ||||
* | various cpu lookup cleanup (nw) | 2013-04-15 | 1 | -2/+3 | |
| | |||||
* | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -1/+1 | |
| | |||||
* | (MESS) changed logging to use machine().describe_context(). (nw) | 2013-04-13 | 1 | -21/+21 | |
| | |||||
* | dac_device tag lookup cleanup (nw) | 2013-04-12 | 1 | -1/+1 | |
| | |||||
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -1/+1 | |
| | |||||
* | modernized some pre/postload calls (no whatsnew) | 2013-01-31 | 1 | -42/+41 | |
| | |||||
* | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -2/+0 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -60/+60 | |
| | |||||
* | modernization or timer callbacks part 2 (no whatsnew) | 2012-09-24 | 1 | -66/+60 | |
| | |||||
* | some hp48 cleanup (nw) | 2012-09-20 | 1 | -125/+120 | |
| | |||||
* | 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 | -22/+22 | |
| | | | | | | | 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 | -14/+13 | |
| | | | | changed to be members of state classes (no whatsnew) | ||||
* | Closeout on old macros. Retired cputag_set_input_line | 2012-09-12 | 1 | -2/+2 | |
| | | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles] | ||||
* | Add safe_pc() and safe_pcbase() methods to device_t. | 2012-09-11 | 1 | -15/+15 | |
| | | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros. | ||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+1238 | |