summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/h8.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-10/+4
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-2/+1
* (MESS) ensure cassette-save timer is synchronised to cpu. Robbbert2014-04-211-0/+7
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-8/+12
* Converted i8251 to DEVCB2 [smf] smf-2014-02-151-16/+12
* replaced read rx/cts/dcd callbacks in I8251 with write handlers, which allows... smf-2013-12-221-10/+2
* (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 c... Robbbert2013-06-231-52/+165
* 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 recommend... Curt Coder2012-11-261-1/+1
* 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 be... Miodrag Milanovic2012-09-121-2/+1
* 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