Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanups and version bumpmame0148u4 | 2013-04-30 | 1 | -2/+2 | |
| | |||||
* | made BEEP and RAM devices initialize in constructor of driver classes (nw) | 2013-04-23 | 1 | -9/+9 | |
| | |||||
* | some more cleanup (nw) | 2013-04-18 | 1 | -70/+64 | |
| | |||||
* | small machine().root_device() cleanup (nw) | 2013-04-18 | 1 | -1/+1 | |
| | |||||
* | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -246/+236 | |
| | | | | other modernization (nw) | ||||
* | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -1/+1 | |
| | |||||
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -1/+1 | |
| | |||||
* | Cleanups and version bumpmame0148u3 | 2013-04-09 | 1 | -8/+8 | |
| | |||||
* | (MESS) apple2gs: Checkpoint on ADB MCU emulation (nw) | 2013-03-31 | 1 | -6/+17 | |
| | |||||
* | Some more moving to proper place and compile fix (nw) | 2013-02-22 | 1 | -1/+1 | |
| | |||||
* | Cleanups and version bumpmame0148u1 | 2013-02-11 | 1 | -132/+132 | |
| | |||||
* | (MESS) Apple II: Another pass on tagmaps, plus preliminary emulation of the ↵ | 2013-02-08 | 1 | -3/+4 | |
| | | | | standard and extended 80-column cards for the IIe [R. Belmont] | ||||
* | (MESS) Apple II: General modernization, some tagmap cleanup, and prep work ↵ | 2013-02-06 | 1 | -25/+30 | |
| | | | | to emulate IIe aux slot cards. [R. Belmont] | ||||
* | (MESS) De-tagged the Apple II series drivers [R. Belmont] | 2013-01-28 | 1 | -41/+249 | |
| | |||||
* | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -2/+0 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -249/+248 | |
| | |||||
* | Better devicification of the Apple II FDC/IWM/SWIM | 2012-12-24 | 1 | -2/+2 | |
| | |||||
* | changed space_func to delegate (no whatsnew) | 2012-10-11 | 1 | -2/+2 | |
| | |||||
* | modernization or timer callbacks part 2 (no whatsnew) | 2012-09-24 | 1 | -31/+28 | |
| | |||||
* | 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. | ||||
* | Memory handler cleanup 3. Add mem_mask parameter | 2012-09-17 | 1 | -6/+6 | |
| | | | | | | | | to 8-bit handlers to match the others. To ease pain, added DECLARE_READ/WRITE_HANDLER macros that set up a default parameter. Also updated devcb so that the handlers can be called with or without the mem_mask. [Aaron Giles] | ||||
* | Memory handler normalization, part 2. Change legacy | 2012-09-17 | 1 | -44/+44 | |
| | | | | | | | 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] | ||||
* | Memory handler normalization, part 1. | 2012-09-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | READ/WRITE_DEVICE*_HANDLERs are now passed an address_space &, and the 8-bit variants get a mem_mask as well. This means they are now directly compatible with the member function delegates. Added a generic address space to the driver_device that can be used when no specific address space is available. Also added DECLARE_READ/WRITE_DEVICE*_HANDLER macros to declare device callbacks with default mem_mask parameters. [Aaron Giles] | ||||
* | (MESS) apple2gs: Save states now officially supported. [R. Belmont] | 2012-09-16 | 1 | -1/+3 | |
| | |||||
* | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -114/+111 | |
| | | | | 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] | ||||
* | added missing \n to remaining fatalerror() calls (no whatsnew) | 2012-09-09 | 1 | -4/+4 | |
| | |||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+2033 | |