summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/ti99
Commit message (Collapse)AuthorAgeFilesLines
* (MESS) fixed uninitialized member in src/mess/machine/ti99/mapper8.c (nw) Oliver Stöneberg2013-02-231-0/+1
|
* (MESS) fixed uninitialized member in src/mess/machine/ti99/evpc.c (nw) Oliver Stöneberg2013-02-231-0/+1
|
* (MESS) fixed uninitialized member in src/mess/machine/ti99/datamux.c (nw) Oliver Stöneberg2013-02-231-0/+2
|
* ti99: Adding some more initializers. (nw) Michael Zapf2013-02-221-6/+23
|
* ti99: Added member variable initializations. (nw) Michael Zapf2013-02-222-17/+22
|
* (MESS) fixed uninitialized member in src/mess/machine/ti99/speech8.c (nw) Oliver Stöneberg2013-02-211-0/+1
|
* added missing virtual to device-level overrides (nw) Oliver Stöneberg2013-02-1127-148/+148
|
* ti99: Changed some cartridge types (nw) Michael Zapf2013-02-041-0/+1
|
* ti99: Added a new cartridge type for RXB cartridges Michael Zapf2013-02-022-6/+130
|
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-1150-837/+815
|
* changed DEVICE_SELF_OWNER to DEVICE_SELF in IDE config & in ↵ smf-2012-10-261-1/+1
| | | | MCFG_IDE_CONTROLLER_ADD add the ide controller after the slots (nw)
* cleaned up the ide controller enough to change the irq to a DEVCB2 [smf] smf-2012-10-262-13/+7
|
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-2/+2
|
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-193-10/+10
| | | | | | | | | | | | 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 1. Aaron Giles2012-09-174-12/+12
| | | | | | | | | | | | | 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]
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-1711-17/+17
| | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated
* Final round of struct/union/enum normalization. Aaron Giles2012-09-1611-32/+31
|
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-122-6/+6
|
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-122-2/+2
| | | | | | | and cputag_set_input_line_and_vector, replacing them with machine.device("tag")->execute().set_input_line[_and_vector]. [Aaron Giles]
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-1/+8
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-2155-0/+16387