| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -401/+0 | |
| | | |||||
| * | Licenses for Raphael Nabet (nw) | 2015-06-07 | 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 | |
| | | |||||
| * | Cleanups and version bumpmame0155 | 2014-10-15 | 1 | -4/+4 | |
| | | |||||
| * | (MESS) concept: Misc fixes/cleanup, CCOS boots now from 8" floppies. [R. ↵ | 2014-09-29 | 1 | -3/+12 | |
| | | | | | Belmont] | ||||
| * | (MESS) concept: Hook up Apple II bus. [R. Belmont] | 2014-09-22 | 1 | -13/+43 | |
| | | |||||
| * | (MESS) concept: hooked up actual 6551 for keyboard, added beeper, cleaned up ↵ | 2014-09-21 | 1 | -89/+4 | |
| | | | | | driver. [R. Belmont] | ||||
| * | (MESS) concept: fix keyboard status to not return junk data, fixes bootup ↵ | 2014-09-21 | 1 | -3/+3 | |
| | | | | | without -debug. [R. Belmont] | ||||
| * | fixed most of the -Wunreachable-code-break and -Wunreachable-code-return ↵ | 2014-09-08 | 1 | -7/+0 | |
| | | | | | warnings of clang 3.5 when compiling MESS (nw) | ||||
| * | Convert VIA6522 to use DEVCB2 [smf] | 2013-12-31 | 1 | -18/+5 | |
| | | |||||
| * | Cleanups and version bumpmame0149 | 2013-06-11 | 1 | -19/+18 | |
| | | |||||
| * | modernized the MM58274C RTC device. [Fabio Priuli] | 2013-06-01 | 1 | -4/+2 | |
| | | |||||
| * | (MESS) concept: minor cleanup and addition of older bios versions. nw. | 2013-06-01 | 1 | -8/+16 | |
| | | |||||
| * | (MESS) concept: added stub implementation for the expansion slots as slot ↵ | 2013-06-01 | 1 | -286/+38 | |
| | | | | | | | devices in place of previous outdated custom one. [Fabio Priuli] | ||||
| * | 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 | -23/+22 | |
| | | | | | other modernization (nw) | ||||
| * | various cpu lookup cleanup (nw) | 2013-04-15 | 1 | -2/+2 | |
| | | |||||
| * | Removal of machine().root_device() where appropriate (nw) | 2013-04-14 | 1 | -1/+1 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -40/+40 | |
| | | |||||
| * | (MESS) concept: hooked up ACIAs (nw) | 2013-01-11 | 1 | -6/+11 | |
| | | |||||
| * | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) | 2012-10-03 | 1 | -24/+17 | |
| | | |||||
| * | change from device->machine() to space.machine() in device handlers in order ↵ | 2012-09-21 | 1 | -1/+1 | |
| | | | | | to make next changes easier (no whatsnew) | ||||
| * | concept cleanup (nw) | 2012-09-20 | 1 | -46/+31 | |
| | | |||||
| * | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) | 2012-09-18 | 1 | -2/+2 | |
| | | |||||
| * | Modernized screen update calls (no whatsnew) | 2012-09-17 | 1 | -3/+2 | |
| | | |||||
| * | Memory handler cleanup 3. Add mem_mask parameter | 2012-09-17 | 1 | -10/+10 | |
| | | | | | | | | | 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 | -17/+17 | |
| | | | | | | | | 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 | -15/+15 | |
| | | | | | | | | | | | | | | 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] | ||||
| * | Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ | 2012-09-13 | 1 | -10/+9 | |
| | | | | | 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] | ||||
| * | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+728 | |
