summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/h8.c
Commit message (Collapse)AuthorAgeFilesLines
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock ↵ smf-2014-02-211-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] smf-2014-02-151-16/+12
|
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which ↵ smf-2013-12-221-10/+2
| | | | allows multiple chips to be connected together without using glue methods. [smf]
* (MESS) Added copyright info - feel free to update as needed Robbbert2013-10-161-0/+2
|
* i8085.c: Modernized cpu core (nw) Wilbert Pol2013-08-031-9/+2
|
* (MESS) H8: hopefully stop O.S.'s compiler doing unsafe things. Robbbert2013-06-271-1/+2
|
* (MESS) H8: added fdc ram Robbbert2013-06-231-2/+4
|
* (MESS) H8: Added alternate bioses Robbbert2013-06-231-9/+19
|
* (MESS) H8 : added code for cassette, paste. Added the official test program ↵ Robbbert2013-06-231-52/+165
| | | | code for pasting.
* made BEEP and RAM devices initialize in constructor of driver classes (nw) Miodrag Milanovic2013-04-231-2/+2
|
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-1/+1
|
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-3/+3
|
* Modernized the beep and taitosnd devices. [Andrew Gardner] Andrew Gardner2013-03-061-2/+2
|
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-25/+25
|
* Replaced all device_t's with actual device classes. Regression test ↵ Curt Coder2012-11-261-1/+1
| | | | recommended. (nw)
* TIMER_CALLBACK_DEVICE_MEMBER modernization part 2 (no whatsnew) Miodrag Milanovic2012-09-251-5/+5
|
* removed local macros since macros with same name but different syntax will ↵ Miodrag Milanovic2012-09-121-2/+1
| | | | be used in general (no whatsnew)
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
|
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+256