summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices (follow)
Commit message (Expand)AuthorAgeFilesLines
* tms9995: Make address visible on address bus during on-chip operations. Michael Zapf2019-12-071-8/+26
* softlist_dev.cpp: get some stuff out of the global namespace (nw) Vas Crabb2019-12-082-2/+2
* (nw) Fixed the build. Robbbert2019-12-071-3/+3
* ascsasi: Actually generate the control pulses (nw) AJR2019-12-061-0/+4
* New S-100 device: ASC Associates SASI Host Computer Adapter [AJR, Bitsavers] AJR2019-12-062-0/+380
* dominator: identify buttons (nw) hap2019-12-062-9/+3
* added LC7582 LCD Driver (nw) hap2019-12-062-0/+171
* r65c19: Fix BAR masking logic (nw) AJR2019-12-041-1/+1
* mc68hc11: Fix disassembly and execution of BRCLR/BRSET (IND, Y) AJR2019-12-042-5/+5
* Sunplus Plug & Play work (cleanup + fixes + notes based on wrlshunt code anal... David Haywood2019-12-049-179/+328
* dp8344: Disable side effects with certain opcodes; implement halt on reset (nw) AJR2019-12-032-38/+46
* dp8344: Add timer interrupt (nw) AJR2019-12-021-7/+7
* dp8344: Emulate timer (nw) AJR2019-12-022-12/+32
* -sun4c_mmu: Fixed a few more SS2 self-tests, and hopefully fixed a compile er... MooglyGuy2019-12-022-8/+134
* dp8344: Improve register logging (nw) AJR2019-12-022-11/+80
* dp8344: Fix return address for LCALL (nw) AJR2019-12-021-0/+1
* r65c19: (IND), X rather than (IND, X); give L2800 more internal RAM (nw) AJR2019-12-026-20/+122
* -sun4c_mmu: Fixed a couple of sun4_75 self-tests, nw Ryan Holtz2019-12-022-8/+5
* r65c19: Add banking for C39 subfamily (nw) AJR2019-12-012-0/+244
* pcf8584: Very minor cleanup (nw) AJR2019-12-011-2/+1
* dp8344: Split into two device types (only nominally different for now) (nw) AJR2019-12-012-8/+50
* dp8344: Fix EI and DI for EXX and RET instructions (nw) AJR2019-12-011-2/+2
* dp8344: SHL uses a bit count of 0-7, not 1-8 (nw) AJR2019-12-012-2/+3
* dp8344: Fix bizarre coding mistake (nw) AJR2019-12-011-2/+2
* dp8344: Unconditional RET only takes 2 T-states (nw) AJR2019-12-012-4/+10
* dp8344: Fix SHL disassembly AJR2019-12-011-1/+1
* dp8344: Fix accidental fallthrough (nw) AJR2019-12-011-0/+1
* dp8344: Add preliminary execution core AJR2019-12-012-80/+771
* m6802, nsc8105: Internalize internal RAM (nw) AJR2019-12-013-2/+23
* fdc37c93x.cpp: use enum constants and not explicit values (nw) yz70s2019-11-292-40/+41
* i960.h: fixed my oversight (nw) Ivan Vangelista2019-11-291-2/+2
* new rom TwistedTom2019-11-291-2/+4
* updated my recent commits to initialize bools with false instead of 0, as sug... Ivan Vangelista2019-11-284-11/+11
* topcat.h: initialization (nw) Ivan Vangelista2019-11-281-33/+33
* m68kmmu: Fixed issues with Domain/OS and its installer crashing [Hans Osterme... arbee2019-11-271-1/+2
* ym2413.cpp: initialize stuff in the constructor (nw) Ivan Vangelista2019-11-272-40/+63
* sunplus_gcm394.cpp : wrlshunt / smartfp, continued research (#5972) David Haywood2019-11-268-63/+149
* i960.cpp: initialized some stuff (nw) Ivan Vangelista2019-11-262-5/+11
* acorn_vidc.cpp: initialize some stuff (nw) Ivan Vangelista2019-11-261-0/+10
* New machines marked as NOT_WORKING AJR2019-11-259-2/+622
* added plus D v1.0 rom TwistedTom2019-11-261-3/+16
* Housekeeping (nw) AJR2019-11-251-0/+3
* netlist: Revert development code committed by accident. (nw) couriersud2019-11-262-465/+124
* netlist: move nl_examples to src/lib/netlist/examples. (nw) couriersud2019-11-252-124/+465
* sunplus_gcm394.cpp plug & play experiments looking at wrlshunt (#5953) David Haywood2019-11-255-36/+119
* intelfsh.cpp: sst 49lf020 does not support certain commands in certain states... yz70s2019-11-241-3/+11
* bml3rtc: save state (nw) Nigel Barnes2019-11-241-0/+3
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-2428-419/+419
* -multipcm: Added optional compile-time sample logging. [Ryan Holtz] mooglyguy2019-11-232-0/+48
* m37710: More accurate mapping of port and interrupt registers; de-duplicate a... AJR2019-11-232-173/+204