Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock ↵ | 2014-02-21 | 1 | -8/+12 | |
| | | | | hacks. Standardised COM8116 DEVCB2 callbacks. GUS gf1_device device derives from acia6850_device to gain access to the tx & rx irq state, rather than exposing it with a public method. [smf] | ||||
* | Converted i8251 to DEVCB2 [smf] | 2014-02-15 | 1 | -16/+12 | |
| | |||||
* | replaced read rx/cts/dcd callbacks in I8251 with write handlers, which ↵ | 2013-12-22 | 1 | -10/+2 | |
| | | | | allows multiple chips to be connected together without using glue methods. [smf] | ||||
* | (MESS) Added copyright info - feel free to update as needed | 2013-10-16 | 1 | -0/+2 | |
| | |||||
* | i8085.c: Modernized cpu core (nw) | 2013-08-03 | 1 | -9/+2 | |
| | |||||
* | (MESS) H8: hopefully stop O.S.'s compiler doing unsafe things. | 2013-06-27 | 1 | -1/+2 | |
| | |||||
* | (MESS) H8: added fdc ram | 2013-06-23 | 1 | -2/+4 | |
| | |||||
* | (MESS) H8: Added alternate bioses | 2013-06-23 | 1 | -9/+19 | |
| | |||||
* | (MESS) H8 : added code for cassette, paste. Added the official test program ↵ | 2013-06-23 | 1 | -52/+165 | |
| | | | | code for pasting. | ||||
* | made BEEP and RAM devices initialize in constructor of driver classes (nw) | 2013-04-23 | 1 | -2/+2 | |
| | |||||
* | (MESS) cassette cleanup (nw) | 2013-04-17 | 1 | -1/+1 | |
| | |||||
* | changed machine().device("maincpu") with m_maincpu in mess tree part (nw) | 2013-04-10 | 1 | -3/+3 | |
| | |||||
* | Modernized the beep and taitosnd devices. [Andrew Gardner] | 2013-03-06 | 1 | -2/+2 | |
| | |||||
* | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -25/+25 | |
| | |||||
* | Replaced all device_t's with actual device classes. Regression test ↵ | 2012-11-26 | 1 | -1/+1 | |
| | | | | recommended. (nw) | ||||
* | TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) | 2012-09-25 | 1 | -5/+5 | |
| | |||||
* | removed local macros since macros with same name but different syntax will ↵ | 2012-09-12 | 1 | -2/+1 | |
| | | | | be used in general (no whatsnew) | ||||
* | Clear out remaining global inlines in diexec.h. | 2012-09-12 | 1 | -3/+3 | |
| | |||||
* | Merge of MESS sources (no whatsnew) | 2012-08-21 | 1 | -0/+256 | |