summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/apple2gs.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0148u4 Miodrag Milanovic2013-04-301-2/+2
|
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-9/+9
|
* some more cleanup (nw) Miodrag Milanovic2013-04-181-70/+64
|
* 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-246/+236
| | | | other modernization (nw)
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
|
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
|
* Cleanups and version bumpmame0148u3 Miodrag Milanovic2013-04-091-8/+8
|
* (MESS) apple2gs: Checkpoint on ADB MCU emulation (nw) R. Belmont2013-03-311-6/+17
|
* Some more moving to proper place and compile fix (nw) Miodrag Milanovic2013-02-221-1/+1
|
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-132/+132
|
* (MESS) Apple II: Another pass on tagmaps, plus preliminary emulation of the ↵ R. Belmont2013-02-081-3/+4
| | | | standard and extended 80-column cards for the IIe [R. Belmont]
* (MESS) Apple II: General modernization, some tagmap cleanup, and prep work ↵ R. Belmont2013-02-061-25/+30
| | | | to emulate IIe aux slot cards. [R. Belmont]
* (MESS) De-tagged the Apple II series drivers [R. Belmont] R. Belmont2013-01-281-41/+249
|
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+0
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-249/+248
|
* Better devicification of the Apple II FDC/IWM/SWIM Nathan Woods2012-12-241-2/+2
|
* changed space_func to delegate (no whatsnew) Miodrag Milanovic2012-10-111-2/+2
|
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-31/+28
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-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 Aaron Giles2012-09-171-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 Aaron Giles2012-09-171-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. Aaron Giles2012-09-171-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] R. Belmont2012-09-161-1/+3
|
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT ↵ Miodrag Milanovic2012-09-131-114/+111
| | | | 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]
* added missing \n to remaining fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-4/+4
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2033