summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine (follow)
Commit message (Expand)AuthorAgeFilesLines
* new NOT WORKING machines (plug+play - JAKKS Pacific etc.) [Sean Riddle] (#7892) David Haywood2021-04-051-0/+4
* srcclean in preparation for release Vas Crabb2021-03-283-9/+9
* swim3, pdm: MFM sector reading Olivier Galibert2021-03-252-9/+619
* mc146818: improve update in progress handling Patrick Mackinlay2021-03-252-16/+51
* swim3: Fix rddata, a little more contents Olivier Galibert2021-03-244-14/+59
* macpdm: Add vblank irq Olivier Galibert2021-03-242-3/+6
* -machine/i2cmem.cpp: Added Xicor X24C01 support. [Ryan Holtz] MooglyGuy2021-03-232-25/+64
* via6522: Remove the retrigger stuff, vectrex shows the via is *that* dumb Olivier Galibert2021-03-221-20/+8
* mac128: Fix the keyboard [O. Galibert, AJR] Olivier Galibert2021-03-211-8/+20
* macpdm: Add timer, interrupts, fix via speed, fix sonora bit order... Olivier Galibert2021-03-151-2/+2
* f2pbball.lay, ftri1.lay: Attributes are more readable than inline Vas Crabb2021-03-141-1/+1
* pmac6100: Move it to a new driver Olivier Galibert2021-03-122-0/+320
* netlist: missed some files for license change hap2021-03-112-2/+2
* swim3: Just enough emulation that it is not the cause of power mac not bootin... Olivier Galibert2021-03-112-61/+51
* mm58174: Small fixes AJR2021-03-072-14/+6
* swim2: Correct writing Olivier Galibert2021-03-061-0/+1
* swim1: fix iwm clocking Olivier Galibert2021-03-051-1/+1
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-051-0/+3
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-028-41/+40
* iwm/swim: Fix annoyingly subtle write issue in the iwm and add some paranoia Olivier Galibert2021-03-024-3/+17
* -machine/fdc37c665gt.cpp: Reimplemented with floppy and parallel support. 9871238791132021-03-023-46/+563
* tc009xlvc.cpp: Include Z80 core (interrupt handler not yet ported). (#7756) cam9002021-03-022-67/+82
* swim: local var "bit" is int instead of bool hap2021-02-282-4/+4
* Fix MSVC build Aaron Giles2021-02-282-2/+2
* swim2: Remove leftover debugging variables Olivier Galibert2021-02-271-2/+0
* i8251: Allow write_cts before device has started AJR2021-02-271-3/+6
* machine/t10mmc.cpp: Added CD media type check for special LBA 0 case. (#7822) 9871238791132021-02-271-6/+15
* swim2: Remove leftover verbosity Olivier Galibert2021-02-261-1/+0
* iwm/swim1: correct sense value when drive is not connectd Olivier Galibert2021-02-222-2/+2
* iwm: Finish the fix, sorry about the mistake Olivier Galibert2021-02-221-2/+2
* iwm: compile fix [R. Belmont] arbee2021-02-212-2/+2
* iwm/swim: Small write fixes Olivier Galibert2021-02-213-14/+36
* srcclean in preparation for branching release Vas Crabb2021-02-212-11/+11
* i2cmem.cpp: Fix duplicate shortname. Nigel Barnes2021-02-201-1/+1
* i2cmem.cpp: Added PCF8570 device. Nigel Barnes2021-02-202-0/+8
* acorn_memc.cpp: Disable side effects in high_mem_r handler. Nigel Barnes2021-02-201-1/+2
* applefdintf: add helpers for adding 400K and HD Sony drives [R. Belmont] arbee2021-02-151-0/+6
* apple2gs: added floppy drive sounds (for new IWM implementation) (#7793) leesaudan22021-02-151-6/+6
* woz: Fix 2.0 format track length Olivier Galibert2021-02-151-0/+1
* swim1: import iwm fixes Olivier Galibert2021-02-153-62/+81
* iwm: Better state management, better write flush, better underrun handling Olivier Galibert2021-02-152-55/+58
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-1428-156/+183
* i8271: Coverity 315667 Robbbert2021-02-131-1/+1
* apple floppy: Correct the dskchg polarity. Olivier Galibert2021-02-121-6/+9
* floppy: Filter out the writes when write protected, useful when when the appl... Olivier Galibert2021-02-121-3/+0
* -roc10937.cpp: Added state output for the brightness(duty) value. James Wallace2021-02-102-16/+20
* mc14411: Fix potential crashes caused by calling rate select handlers before ... AJR2021-02-091-3/+6
* iwm: Fix the random track trashing due to not clearing the write buffer corre... Olivier Galibert2021-02-091-3/+7
* Revert "swim" and "apple2gs/iwm: Work", wip pushed by mistake Olivier Galibert2021-02-081-3/+2
* apple2gs/iwm: Work Olivier Galibert2021-02-081-2/+3