summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/bbc.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0163 Miodrag Milanovic2015-06-241-1/+1
* get rid of all the x Dirk Best2015-06-231-5/+5
* resolved some more (nw) Miodrag Milanovic2015-06-021-1/+1
* restore my bbc changes (wtf did happen to them?) Dirk Best2015-05-291-19/+43
* Merge branch 'master' of https://github.com/mamedev/mame Cowering2015-05-281-1/+1
|\
| * We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-281-1/+1
| * bbc: Update to use the new wd_fdc. Until the 8271 floppy controller is Dirk Best2015-05-271-19/+43
|/
* update for Gordon Jefferyes (nw) Miodrag Milanovic2015-05-211-1/+1
* Updated MESS info for licenses (nw) Miodrag Milanovic2015-05-131-1/+1
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Use the same list of centronics devices everywhere (except the Amstrad CPC), ... smf-2014-10-281-3/+3
* so long, cartslot.c... you made a really great job, when we Fabio Priuli2014-10-111-1/+0
* (MESS) bbc: converted to use generic cart slots and clarified Fabio Priuli2014-10-101-102/+125
* converted micropolis and wd17xx to use inline configs. nw. Fabio Priuli2014-05-161-5/+15
* wd17xx: Cleanup. (nw) Curt Coder2014-05-121-4/+4
* wd17xx: devcb2. (nw) Curt Coder2014-05-121-0/+8
* cassette config moved inline (nw) Miodrag Milanovic2014-05-021-10/+8
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-9/+2
* mc6845: converted to devcb2, delegates and inline configs. nw. Fabio Priuli2014-05-011-2/+12
* mc6854_device: converted to devcb2 and delegates (nw) Ivan Vangelista2014-04-301-10/+2
* converted i8271 to use inline configs and reduced tagmap lookups Fabio Priuli2014-04-171-2/+4
* Added serial printer, renamed centronics printer to match. Standardised the c... smf-2014-04-161-3/+3
* updated upd7002 to use delegates. nw. Fabio Priuli2014-04-131-3/+9
* (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