| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | move mess into mame (nw) | 2015-09-30 | 1 | -439/+0 | |
| | | |||||
| * | i8271: modernize [Carl] | 2015-09-28 | 1 | -0/+1 | |
| | | |||||
| * | bbc: clones, floppy formats, softlists, and cleanups. | 2015-09-07 | 1 | -32/+24 | |
| | | | | | | | | | | | | | - Added clone bbcb1770, bbcb now 8271 only. - Added clone pro128s, Olivetti Prodest PC 128S. - Added clones Acorn Business Computers and Cambridge Workstation. - Added clone reutapm, Reuters APM board. - Improved floppy formats, added dsd and double density formats for ADFS. - Added speech PHROMs, not yet hooked up correctly. - Added softlists bbcb_de_cass, bbcb_us_flop and bbcmc_flop. - Added S11 links (dipswitch) to specify Econet ID. - Address map cleanups. | ||||
| * | resolved some more (nw) | 2015-06-02 | 1 | -1/+1 | |
| | | |||||
| * | restore my bbc changes (wtf did happen to them?) | 2015-05-29 | 1 | -1/+3 | |
| | | |||||
| * | Merge branch 'master' of https://github.com/mamedev/mame | 2015-05-28 | 1 | -1/+1 | |
| |\ | |||||
| | * | We cannot relicense files for which we have not yet received responses (nw) | 2015-05-28 | 1 | -1/+1 | |
| | | | |||||
| | * | bbc: Update to use the new wd_fdc. Until the 8271 floppy controller is | 2015-05-27 | 1 | -1/+3 | |
| |/ | | | | updated, drive 0 and 1 = 8271 and drive 2 and 3 = wd_fdc. | ||||
| * | update for Gordon Jefferyes (nw) | 2015-05-21 | 1 | -1/+1 | |
| | | |||||
| * | Synced other dirs withs driver license for MESS (nw) | 2015-05-13 | 1 | -1/+1 | |
| | | |||||
| * | Added dummy license lines to each file for MESS (nw) | 2015-05-07 | 1 | -0/+2 | |
| | | |||||
| * | (MESS) bbc: converted to use generic cart slots and clarified | 2014-10-10 | 1 | -9/+30 | |
| | | | | | a bit more what banks is mapped where by using memory bank configure_entries & set_entry. nw. | ||||
| * | wd17xx: Cleanup. (nw) | 2014-05-12 | 1 | -5/+0 | |
| | | |||||
| * | mc6845: converted to devcb2, delegates and inline configs. nw. | 2014-05-01 | 1 | -1/+2 | |
| | | | | | | | | | | while at it, cleaned up the args of the mc6845 delegates as well (no need to pass back and forth pieces of the driver class, now that delegates belong to it as well) even if I tested the changes extensively, I might have missed something among the 177 source files using this, so please report any regressions you see :) | ||||
| * | converted i8271 to use inline configs and reduced tagmap lookups | 2014-04-17 | 1 | -2/+0 | |
| | | | | | while at it. nw. | ||||
| * | fixed bbca. nw. | 2014-04-16 | 1 | -1/+1 | |
| | | |||||
| * | updated upd7002 to use delegates. nw. | 2014-04-13 | 1 | -5/+8 | |
| | | |||||
| * | Cleanups and version bumpmame0153 | 2014-04-07 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) bbc.c: fixed external cart slot -cart1 for the BBC Master (demo cart | 2014-04-04 | 1 | -1/+2 | |
| | | | | | | | runs properly now), added second external slot -cart2 (same functionality as -cart1). Expansion ROM slots, which are handled as internal cart slot, are now accessible via -cart3/-cart6 media switch, until they are converted to proper slot devices. [Fabio Priuli] | ||||
| * | Fixed all bitmap.palette() users to use m_palette instead (nw) | 2014-03-15 | 1 | -1/+3 | |
| | | |||||
| * | validation fix in main trunk (nw) | 2014-02-23 | 1 | -1/+1 | |
| | | |||||
| * | Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock ↵ | 2014-02-21 | 1 | -111/+117 | |
| | | | | | hacks. Standardised COM8116 DEVCB2 callbacks. GUS gf1_device device derives from acia6850_device to gain access to the tx & rx irq state, rather than exposing it with a public method. [smf] | ||||
| * | created src\emu\bus\rs232 & src\emu\bus\midi directories and separated rs232 ↵ | 2014-02-15 | 1 | -1/+1 | |
| | | | | | and midi devices, changed h89 to use an rs232 port to communicate with the serial terminal to instead of connecting it directly. [smf] | ||||
| * | Centronics WIP using write lines and DEVCB2. Added an output latch and input ↵ | 2014-02-09 | 1 | -1/+0 | |
| | | | | | buffer device to allow configuration in MCFG. Renamed centronics device "printer" to "image". FM-7 parallel port joystick works again. Added support for using PC LPT control lines as inputs (not tested). c64 geocable now just passes individual lines through, changed the strobe line to what is documented online (not tested). Converted MSX & exidy sorcerer parallel port DAC to use covox device instead of using a configuration switch (not tested). Sorcerer parallel port is more like the commodore user port, so should be converted to it's own slot where one option is a centronics card. [smf] | ||||
| * | Modernized i8271 device.(nw) | 2014-01-18 | 1 | -0/+4 | |
| | | |||||
| * | Modernized upd7002 device. (nw) | 2014-01-04 | 1 | -1/+3 | |
| | | |||||
| * | removed runtime via device lookups, removed ca1, cb1, ca2, cb2 callbacks ↵ | 2014-01-01 | 1 | -4/+5 | |
| | | | | | from configuration as the values are pushed already [smf] | ||||
| * | Convert VIA6522 to use DEVCB2 [smf] | 2013-12-31 | 1 | -7/+4 | |
| | | |||||
| * | replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which ↵ | 2013-12-22 | 1 | -3/+9 | |
| | | | | | allows multiple chips to be connected together without using glue methods. [smf] | ||||
| * | Cleanups and version bumpmame0151 | 2013-11-05 | 1 | -3/+3 | |
| | | |||||
| * | Modernized mc6854 device.(nw) | 2013-11-04 | 1 | -0/+3 | |
| | | | | | | Superficial testing shows no breakage, but in-depth testing from someone familiar with the machines would be appreciated. | ||||
| * | (MESS) BBC Micro updates / fixes: [Nigel Barnes] | 2013-10-28 | 1 | -22/+25 | |
| | | | | | | | | | | | | | - implemented ram device, all models have default ramsize, model A is 16K/32K switchable. - added additional bios options for OS0.1, OS1.0 in models A/B. - added clones bbcb_de, bbcb_us for BBC B German and US export models. - added clones bbcmaiv, bbcmet, bbcmt, bbcm512, bbcmarm for other BBC Master models. - added clones bbcmc, bbcmc_ar for BBC Master Compact and Arabic models. - implemented BREAK key. - fixed 8271 disk loading of ssd,dsd images. - device mc146818 now accepts default CMOS RAM. - added default CMOS RAM settings for all Master models. | ||||
| * | (MESS) Added RS-232 ports to several drivers. [Curt Coder] | 2013-05-21 | 1 | -5/+8 | |
| | | |||||
| * | Cleanups and version bumpmame0148u4 | 2013-04-30 | 1 | -2/+2 | |
| | | |||||
| * | (MESS) bbc.c: Changed cts signals a bit. (nw) | 2013-04-28 | 1 | -1/+1 | |
| | | |||||
| * | (MESS) bbc.c: Hooking up some more serial processor features. Cassette ↵ | 2013-04-28 | 1 | -0/+7 | |
| | | | | | saving is not working yet due to the serial procesor and 6850 not entirely understanding each other yet. (nw) | ||||
| * | serproc bit 6 switches between cassette and rs423. (nw) | 2013-04-26 | 1 | -7/+7 | |
| | | |||||
| * | (MESS) bbc.c: Fixed cassette loading. [Wilbert Pol] | 2013-04-25 | 1 | -0/+11 | |
| | | |||||
| * | lynx and bbc cleanup (nw) | 2013-04-18 | 1 | -0/+2 | |
| | | |||||
| * | moving some static functions in driver state for MESS drivers plus some ↵ | 2013-04-18 | 1 | -0/+18 | |
| | | | | | other modernization (nw) | ||||
| * | (MESS) cassette cleanup (nw) | 2013-04-17 | 1 | -1/+4 | |
| | | |||||
| * | unified formating of state class constructors, no functional change (nw) | 2013-04-10 | 1 | -21/+20 | |
| | | |||||
| * | (MESS) bbc.c: Reduce tagmap lookups (nw) | 2013-02-10 | 1 | -7/+22 | |
| | | |||||
| * | (MESS) bbc.c: Some tagmap lookup reduction. (nw) | 2013-02-08 | 1 | -8/+16 | |
| | | |||||
| * | Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) | 2013-02-05 | 1 | -4/+2 | |
| | | |||||
| * | Cleanups and version bumpmame0148 | 2013-01-11 | 1 | -71/+71 | |
| | | |||||
| * | Replace some *_DEVICE_HANDLER with _MEMBER calls in MESS section (no whatsnew) | 2012-10-03 | 1 | -0/+18 | |
| | | |||||
| * | Removed _new from name of modern device (no whatsnew) | 2012-10-02 | 1 | -1/+1 | |
| | | |||||
| * | modernization or timer callbacks part 2 (no whatsnew) | 2012-09-24 | 1 | -0/+1 | |
| | | |||||
| * | INTERRUPT_GEN -> INTERRUPT_GEN_MEMBER for MESS part (no whatsnew) | 2012-09-18 | 1 | -3/+3 | |
| | | |||||
