summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/concept.c
Commit message (Collapse)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-401/+0
|
* Licenses for Raphael Nabet (nw) Miodrag Milanovic2015-06-071-1/+1
|
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-1/+1
|
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
|
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-4/+4
|
* (MESS) concept: Misc fixes/cleanup, CCOS boots now from 8" floppies. [R. ↵ R. Belmont2014-09-291-3/+12
| | | | Belmont]
* (MESS) concept: Hook up Apple II bus. [R. Belmont] R. Belmont2014-09-221-13/+43
|
* (MESS) concept: hooked up actual 6551 for keyboard, added beeper, cleaned up ↵ R. Belmont2014-09-211-89/+4
| | | | driver. [R. Belmont]
* (MESS) concept: fix keyboard status to not return junk data, fixes bootup ↵ R. Belmont2014-09-211-3/+3
| | | | without -debug. [R. Belmont]
* fixed most of the -Wunreachable-code-break and -Wunreachable-code-return ↵ Oliver Stöneberg2014-09-081-7/+0
| | | | warnings of clang 3.5 when compiling MESS (nw)
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-18/+5
|
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-19/+18
|
* modernized the MM58274C RTC device. [Fabio Priuli] Fabio Priuli2013-06-011-4/+2
|
* (MESS) concept: minor cleanup and addition of older bios versions. nw. Fabio Priuli2013-06-011-8/+16
|
* (MESS) concept: added stub implementation for the expansion slots as slot ↵ Fabio Priuli2013-06-011-286/+38
| | | | | | devices in place of previous outdated custom one. [Fabio Priuli]
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-1/+1
|
* moving some static functions in driver state for MESS drivers plus some ↵ Miodrag Milanovic2013-04-181-23/+22
| | | | other modernization (nw)
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-2/+2
|
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+40
|
* (MESS) concept: hooked up ACIAs (nw) R. Belmont2013-01-111-6/+11
|
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-24/+17
|
* change from device->machine() to space.machine() in device handlers in order ↵ Miodrag Milanovic2012-09-211-1/+1
| | | | to make next changes easier (no whatsnew)
* concept cleanup (nw) Miodrag Milanovic2012-09-201-46/+31
|
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-2/+2
|
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+2
|
* Memory handler cleanup 3. Add mem_mask parameter Aaron Giles2012-09-171-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 Aaron Giles2012-09-171-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. Aaron Giles2012-09-171-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 ↵ Miodrag Milanovic2012-09-131-10/+9
| | | | changed to be members of state classes (no whatsnew)
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-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) Miodrag Milanovic2012-08-211-0/+728