summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/bbc.c
Commit message (Expand)AuthorAgeFilesLines
* Modernized i8271 device.(nw) Ivan Vangelista2014-01-181-13/+9
* (MESS) BBC Micro keyboard LED's: [Nigel Barnes] Fabio Priuli2014-01-061-3/+8
* BBC Micro keyboard updates/fixes: [Nigel Barnes] Fabio Priuli2014-01-051-42/+6
* Modernized upd7002 device. (nw) Ivan Vangelista2014-01-041-4/+3
* removed runtime via device lookups, removed ca1, cb1, ca2, cb2 callbacks from... smf-2014-01-011-49/+24
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-40/+5
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-6/+30
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-4/+4
* Modernized mc6854 device.(nw) Ivan Vangelista2013-11-041-8/+4
* (MESS) BBC Micro updates / fixes: [Nigel Barnes] Fabio Priuli2013-10-281-167/+198
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* small MACHINE_RESET cleanup Oliver Stöneberg2013-08-051-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-3/+3
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-211-7/+27
* (MESS) bbc.c: Changed cts signals a bit. (nw) Wilbert Pol2013-04-281-2/+2
* (MESS) bbc.c: Hooking up some more serial processor features. Cassette saving... Wilbert Pol2013-04-281-46/+149
* serproc bit 6 switches between cassette and rs423. (nw) Wilbert Pol2013-04-261-12/+12
* Documentation (nw) Wilbert Pol2013-04-251-1/+7
* (MESS) bbc.c: Fixed cassette loading. [Wilbert Pol] Wilbert Pol2013-04-251-14/+38
* small machine().root_device() cleanup (nw) Miodrag Milanovic2013-04-181-1/+1
* moving some static functions in driver state for MESS drivers plus some other... Miodrag Milanovic2013-04-181-66/+60
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-4/+3
* various cpu lookup cleanup (nw) Miodrag Milanovic2013-04-151-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-10/+10
* changed machine().device("maincpu") with m_maincpu in mess tree part (nw) Miodrag Milanovic2013-04-101-1/+1
* (MESS) bbc.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-101-46/+46
* (MESS) bbc.c: Some tagmap lookup reduction. (nw) Wilbert Pol2013-02-081-58/+58
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-40/+40
* bbc: Fix another collateral damage of the acia irq fix [O. Galibert] Olivier Galibert2013-01-031-1/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-106/+98
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-33/+32
* change from device->machine() to space.machine() in device handlers in order ... Miodrag Milanovic2012-09-211-6/+6
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-3/+3
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-16/+14
* Memory handler normalization, part 1. Aaron Giles2012-09-171-47/+45
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-66/+59
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-1/+1
* Closeout on old macros. Retired cputag_set_input_line Aaron Giles2012-09-121-1/+1
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* Continuing new device implementation for SN76496 and clones - bbc.c, mycom.c,... Scott Stone2012-09-051-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+2136