Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (MESS) fixed uninitialized member in src/mess/machine/ti99/mapper8.c (nw) | 2013-02-23 | 1 | -0/+1 | |
| | |||||
* | (MESS) fixed uninitialized member in src/mess/machine/ti99/evpc.c (nw) | 2013-02-23 | 1 | -0/+1 | |
| | |||||
* | (MESS) fixed uninitialized member in src/mess/machine/ti99/datamux.c (nw) | 2013-02-23 | 1 | -0/+2 | |
| | |||||
* | ti99: Adding some more initializers. (nw) | 2013-02-22 | 1 | -6/+23 | |
| | |||||
* | ti99: Added member variable initializations. (nw) | 2013-02-22 | 2 | -17/+22 | |
| | |||||
* | (MESS) fixed uninitialized member in src/mess/machine/ti99/speech8.c (nw) | 2013-02-21 | 1 | -0/+1 | |
| | |||||
* | added missing virtual to device-level overrides (nw) | 2013-02-11 | 27 | -148/+148 | |
| | |||||
* | ti99: Changed some cartridge types (nw) | 2013-02-04 | 1 | -0/+1 | |
| | |||||
* | ti99: Added a new cartridge type for RXB cartridges | 2013-02-02 | 2 | -6/+130 | |
| | |||||
* | output of new srcclean changes that are relatively small [smf] | 2013-01-11 | 1 | -1/+0 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 50 | -837/+815 | |
| | |||||
* | changed DEVICE_SELF_OWNER to DEVICE_SELF in IDE config & in ↵ | 2012-10-26 | 1 | -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] | 2012-10-26 | 2 | -13/+7 | |
| | |||||
* | Removed _new from name of modern device (no whatsnew) | 2012-10-02 | 1 | -2/+2 | |
| | |||||
* | Since nobody checks for NULLs anyway, make | 2012-09-19 | 3 | -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. | 2012-09-17 | 4 | -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 | 2012-09-17 | 11 | -17/+17 | |
| | | | note: hoarded dump removed too from coco_cart.xml, this will not be tolerated | ||||
* | Final round of struct/union/enum normalization. | 2012-09-16 | 11 | -32/+31 | |
| | |||||
* | Clear out remaining global inlines in diexec.h. | 2012-09-12 | 2 | -6/+6 | |
| | |||||
* | Closeout on old macros. Retired cputag_set_input_line | 2012-09-12 | 2 | -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) | 2012-08-30 | 1 | -1/+8 | |
| | |||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 55 | -0/+16387 | |