summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mbee.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-3/+3
* wd_fdc: Refactored to use devcb2 callbacks. [Curt Coder] Curt Coder2014-03-161-20/+1
* (MESS) microbee : added support for TAP and BEE formats (used in ubee512 emul... Robbbert2014-02-271-1/+25
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-4/+4
* (MESS) mbee128 : added 5 more bioses (nw) Robbbert2013-11-051-2/+3
* Fixed crash in mbee128 reported by Tafoid (nw) Robbbert2013-07-171-2/+5
* (MESS) mbee : tidyup Robbbert2013-07-071-19/+5
* (MESS) mbee : converted to modern fdc, still doesn't work though. (nw) Robbbert2013-07-051-19/+36
* modernized speaker device. [Fabio Priuli] Fabio Priuli2013-06-041-1/+1
* A few less anonymous timers in the world. (nw) Andrew Gardner2013-05-271-8/+31
* cleanup (nw) Miodrag Milanovic2013-04-191-11/+9
* SNAPSHOT_LOAD and QUICKLOAD_LOAD made members, still need to cleanup (nw) Miodrag Milanovic2013-04-191-3/+3
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-2/+2
* small cleanup (nw) Miodrag Milanovic2013-04-151-5/+3
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-2/+2
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-5/+6
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-1/+1
* Finished moving quicload/snapshot formats into machine folder (nw) Miodrag Milanovic2013-02-221-1/+40
* (MESS) mbee.c: tagmap cleanups (nw) Wilbert Pol2013-01-261-146/+150
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-24/+24
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-26/+23
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-64/+64
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-6/+5
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-7/+7
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-36/+30
* Add ambiguous execute() and memory() methods to the Aaron Giles2012-09-111-5/+5
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+823