summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/mbee.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sync main driver and res of files Miodrag Milanovic2015-05-261-1/+1
* rest for Juergen (nw) Miodrag Milanovic2015-05-071-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* (MESS) mbee : more work on the old keyboard (nw) Robbbert2015-03-121-1/+1
* (MESS) mbee : more things (nw) Robbbert2015-03-061-10/+1
* (MESS) mbee: various things (nw) Robbbert2015-02-281-145/+74
* (MESS) mbee : fixed printer (nw) Robbbert2015-02-141-63/+54
* (MESS) mbee: various cleanups and notes (nw) Robbbert2015-02-131-34/+39
* (MESS) mbee : fixed RTC on rom-based models; fixed crash in mbee128. (nw) Robbbert2015-02-121-12/+30
* (MESS) replaced mbee64 with mbee128p. Added various notes. (nw) Robbbert2015-02-111-66/+32
* (MESS) mbee: sped up bank switching; removed unneeded format files (nw) Robbbert2015-02-071-49/+73
* (MESS) mbee128: improvements; mbee256: fixed some of the paste problems (nw) Robbbert2015-02-071-103/+37
* (MESS) improvements to mbee256. Thanks to RedSkullDC for dumping the bankswit... Robbbert2015-02-041-90/+95
* z80pio: converted to use devcb2. nw. Fabio Priuli2014-04-291-12/+1
* 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