Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't use safe_pc[base] when you already have a | 2012-09-11 | 1 | -7/+7 | |
| | | | | | | resolved device_state_interface. Added redundant methods to device_state_interface to generate errors when this is done. | ||||
* | Add safe_pc() and safe_pcbase() methods to device_t. | 2012-09-11 | 1 | -7/+7 | |
| | | | | | | Convert all cpu_get_pc() to safe_pc() and cpu_getpreviouspc() to safe_basepc(). Removed the old macros. | ||||
* | (MESS) mos7360: Refactored to use an rgb32 bitmap. (nw) | 2012-09-08 | 2 | -110/+104 | |
| | |||||
* | (MESS) plus4: Refactored TED to use device_memory interface. (nw) | 2012-09-06 | 2 | -28/+100 | |
| | |||||
* | Cleanup and some inheritance fixes (no whatsnew) | 2012-09-03 | 14 | -264/+0 | |
| | |||||
* | conversion of legacy devices into modern wip (no whatsnew) | 2012-09-03 | 20 | -35/+757 | |
| | |||||
* | (MESS) Added PET cassette port slot interface to vic20, c64, and plus4. ↵ | 2012-09-02 | 2 | -0/+22 | |
| | | | | | | | | | | | | Implemented 1530/1531 datassette as slot devices. Converted MOS6581 interface to devcb. [Curt Coder] (MESS) vic20: Added floating bus read support to VIC and cartridge interface. (MESS) vic10: Added floating bus read support to VIC-II and cartridge interface. (MESS) c64: Added floating bus read support to cartridge interface. [Curt Coder] (MESS) plus4: Added floating bus read support to TED and cartridge interface. Implemented some Diag264 test cartridge loopback connectors. [Curt Coder] (MESS) c16: Added PAL/NTSC variants. (nw) (MESS) v364: Fixed speech ROM mapping. (nw) (MESS) compis: Separated keyboard to its own file. (nw) (MESS) huebler: Cleanup. (nw) | ||||
* | Removed zero sized inline_config (no whatsnew) | 2012-08-30 | 1 | -1/+0 | |
| | |||||
* | Removed files in MESS that are not used anymore and cleaned mess.mak of ↵ | 2012-08-30 | 2 | -1597/+0 | |
| | | | | duplicated files (nw) | ||||
* | Removed template usage for legacy devices, to make my future work easier (nw) | 2012-08-30 | 1 | -6/+12 | |
| | |||||
* | (MESS) fixed overflow in MSVC caused by negative values being specified as ↵ | 2012-08-27 | 1 | -2/+2 | |
| | | | | signed. | ||||
* | (MESS) hr16: fixed unending samples. (nw) | 2012-08-24 | 1 | -17/+26 | |
| | |||||
* | (MESS) hr16: improved a bit the sound quality. (nw) | 2012-08-23 | 1 | -5/+15 | |
| | |||||
* | (MESS) hr16: Added preliminary sound emulation. [Sandro Ronco] | 2012-08-23 | 1 | -0/+136 | |
| | |||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 32 | -0/+9410 | |