summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/bbc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* (MESS) bbc.c: fixed external cart slot -cart1 for the BBC Master (demo cart Fabio Priuli2014-04-041-9/+18
* saa5050: devcb2. (nw) Curt Coder2014-04-011-9/+5
* i8271: devcb2. (nw) Curt Coder2014-03-251-0/+2
* (MESS) econet: devcb2. (nw) Curt Coder2014-03-151-7/+3
* fix for non-palette related bug (nw) Miodrag Milanovic2014-02-281-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+6
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-19/+23
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-8/+8
* created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ... smf-2014-02-151-6/+7
* Converted SN76496 ready to DEVCB2 [smf] smf-2014-02-111-11/+0
* fix crash on startup (nw) smf-2014-02-101-0/+4
* Centronics WIP using write lines and DEVCB2. Added an output latch and input ... smf-2014-02-091-22/+14
* (MESS) BBC Micro keyboard LED's: [Nigel Barnes] Fabio Priuli2014-01-061-6/+23
* BBC Micro keyboard updates/fixes: [Nigel Barnes] Fabio Priuli2014-01-051-38/+94
* Modernized upd7002 device. (nw) Ivan Vangelista2014-01-041-6/+5
* removed runtime via device lookups, removed ca1, cb1, ca2, cb2 callbacks from... smf-2014-01-011-8/+0
* Convert VIA6522 to use DEVCB2 [smf] smf-2013-12-311-5/+41
* removed removed unused rxd callback from MC6854 (this also appears to be most... smf-2013-12-231-2/+1
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-3/+6
* converted serial & rs232 devices to devcb2 [smf] smf-2013-12-201-11/+2
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-73/+73
* Modernized mc6854 device.(nw) Ivan Vangelista2013-11-041-5/+2
* Fixed the MC146818 modernisation so that local/utc & whether a century is sto... smf-2013-11-011-1/+1
* (MESS) BBC Micro updates / fixes: [Nigel Barnes] Fabio Priuli2013-10-281-367/+886
* moved centronics into emu/bus (nw) Miodrag Milanovic2013-10-231-1/+1
* (MESS) Moved a bunch of buses under emu/bus. (nw) Curt Coder2013-10-221-7/+1
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-2/+2
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-3/+3
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-211-0/+11
* (MESS) bbc.c: Hooking up some more serial processor features. Cassette saving... Wilbert Pol2013-04-281-2/+2
* (MESS) bbc.c: Fixed cassette loading. [Wilbert Pol] Wilbert Pol2013-04-251-3/+3
* (MESS) cassette cleanup (nw) Miodrag Milanovic2013-04-171-2/+2
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-4/+4
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-257/+257
* 6502: Rewrite modern, cycle-exact and interruptible [O. Galibert] Olivier Galibert2012-11-061-0/+1
* Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) Miodrag Milanovic2012-10-031-10/+10
* Removed _new from name of modern device (no whatsnew) Miodrag Milanovic2012-10-021-2/+2
* INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) Miodrag Milanovic2012-09-181-6/+6
* Rewrote the SAA5050 Teletext character generator. Removed saa505x.c which was... Curt Coder2012-09-141-5/+7
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-19/+19
* Continuing new device implementation for SN76496 and clones - bbc.c, mycom.c,... Scott Stone2012-09-051-2/+13
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+988