Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tms9995: Make address visible on address bus during on-chip operations. | 2019-12-07 | 1 | -8/+26 | |
| | |||||
* | softlist_dev.cpp: get some stuff out of the global namespace (nw) | 2019-12-08 | 2 | -2/+2 | |
| | |||||
* | (nw) Fixed the build. | 2019-12-07 | 1 | -3/+3 | |
| | |||||
* | ascsasi: Actually generate the control pulses (nw) | 2019-12-06 | 1 | -0/+4 | |
| | |||||
* | New S-100 device: ASC Associates SASI Host Computer Adapter [AJR, Bitsavers] | 2019-12-06 | 2 | -0/+380 | |
| | |||||
* | dominator: identify buttons (nw) | 2019-12-06 | 2 | -9/+3 | |
| | |||||
* | added LC7582 LCD Driver (nw) | 2019-12-06 | 2 | -0/+171 | |
| | |||||
* | r65c19: Fix BAR masking logic (nw) | 2019-12-04 | 1 | -1/+1 | |
| | |||||
* | mc68hc11: Fix disassembly and execution of BRCLR/BRSET (IND, Y) | 2019-12-04 | 2 | -5/+5 | |
| | |||||
* | Sunplus Plug & Play work (cleanup + fixes + notes based on wrlshunt code ↵ | 2019-12-04 | 9 | -179/+328 | |
| | | | | | | | | | | | | | | | | | | analysis) (#6010) * misc sunplus work (nw) * unbreak a few things, remove some test code (nw) * mask shift values, maybe correct based on code study (nw) * refactor (nw) * notes based on code study (nw) * force a different codepath in wrlshunt, static screen, but differnet, no crash, need to see if it's valid (nw) * test (nw) | ||||
* | dp8344: Disable side effects with certain opcodes; implement halt on reset (nw) | 2019-12-03 | 2 | -38/+46 | |
| | |||||
* | dp8344: Add timer interrupt (nw) | 2019-12-02 | 1 | -7/+7 | |
| | |||||
* | dp8344: Emulate timer (nw) | 2019-12-02 | 2 | -12/+32 | |
| | |||||
* | -sun4c_mmu: Fixed a few more SS2 self-tests, and hopefully fixed a compile ↵ | 2019-12-02 | 2 | -8/+134 | |
| | | | | error, nw | ||||
* | dp8344: Improve register logging (nw) | 2019-12-02 | 2 | -11/+80 | |
| | |||||
* | dp8344: Fix return address for LCALL (nw) | 2019-12-02 | 1 | -0/+1 | |
| | |||||
* | r65c19: (IND), X rather than (IND, X); give L2800 more internal RAM (nw) | 2019-12-02 | 6 | -20/+122 | |
| | |||||
* | -sun4c_mmu: Fixed a couple of sun4_75 self-tests, nw | 2019-12-02 | 2 | -8/+5 | |
| | |||||
* | r65c19: Add banking for C39 subfamily (nw) | 2019-12-01 | 2 | -0/+244 | |
| | |||||
* | pcf8584: Very minor cleanup (nw) | 2019-12-01 | 1 | -2/+1 | |
| | |||||
* | dp8344: Split into two device types (only nominally different for now) (nw) | 2019-12-01 | 2 | -8/+50 | |
| | |||||
* | dp8344: Fix EI and DI for EXX and RET instructions (nw) | 2019-12-01 | 1 | -2/+2 | |
| | |||||
* | dp8344: SHL uses a bit count of 0-7, not 1-8 (nw) | 2019-12-01 | 2 | -2/+3 | |
| | |||||
* | dp8344: Fix bizarre coding mistake (nw) | 2019-12-01 | 1 | -2/+2 | |
| | |||||
* | dp8344: Unconditional RET only takes 2 T-states (nw) | 2019-12-01 | 2 | -4/+10 | |
| | |||||
* | dp8344: Fix SHL disassembly | 2019-12-01 | 1 | -1/+1 | |
| | |||||
* | dp8344: Fix accidental fallthrough (nw) | 2019-12-01 | 1 | -0/+1 | |
| | |||||
* | dp8344: Add preliminary execution core | 2019-12-01 | 2 | -80/+771 | |
| | |||||
* | m6802, nsc8105: Internalize internal RAM (nw) | 2019-12-01 | 3 | -2/+23 | |
| | |||||
* | fdc37c93x.cpp: use enum constants and not explicit values (nw) | 2019-11-29 | 2 | -40/+41 | |
| | |||||
* | i960.h: fixed my oversight (nw) | 2019-11-29 | 1 | -2/+2 | |
| | |||||
* | new rom | 2019-11-29 | 1 | -2/+4 | |
| | |||||
* | updated my recent commits to initialize bools with false instead of 0, as ↵ | 2019-11-28 | 4 | -11/+11 | |
| | | | | suggested (nw) | ||||
* | topcat.h: initialization (nw) | 2019-11-28 | 1 | -33/+33 | |
| | |||||
* | m68kmmu: Fixed issues with Domain/OS and its installer crashing [Hans ↵ | 2019-11-27 | 1 | -1/+2 | |
| | | | | | | Ostermeyer] apollo: Fixed failures in DEX DISP7C tests 170 and 210 and selftest TE [Hans Ostermeyer] | ||||
* | ym2413.cpp: initialize stuff in the constructor (nw) | 2019-11-27 | 2 | -40/+63 | |
| | |||||
* | sunplus_gcm394.cpp : wrlshunt / smartfp, continued research (#5972) | 2019-11-26 | 8 | -63/+149 | |
| | | | | | | | | | | | | | | | | | | | | * fix opcode (nw) * (nw) * allow wrlshunt to move forward (nw) * more ops (nw) * more ops (nw) * (nw) * more dma fixes (nw) * (nw) * (nw) | ||||
* | i960.cpp: initialized some stuff (nw) | 2019-11-26 | 2 | -5/+11 | |
| | |||||
* | acorn_vidc.cpp: initialize some stuff (nw) | 2019-11-26 | 1 | -0/+10 | |
| | |||||
* | New machines marked as NOT_WORKING | 2019-11-25 | 9 | -2/+622 | |
| | | | | | | | ---------------------------------- Speedcom VD56SP [ClawGrip] Add disassembler and basic execution core for Rockwell R65C19 [AJR] | ||||
* | added plus D v1.0 rom | 2019-11-26 | 1 | -3/+16 | |
| | |||||
* | Housekeeping (nw) | 2019-11-25 | 1 | -0/+3 | |
| | |||||
* | netlist: Revert development code committed by accident. (nw) | 2019-11-26 | 2 | -465/+124 | |
| | |||||
* | netlist: move nl_examples to src/lib/netlist/examples. (nw) | 2019-11-25 | 2 | -124/+465 | |
| | | | One folder less in the top-level. | ||||
* | sunplus_gcm394.cpp plug & play experiments looking at wrlshunt (#5953) | 2019-11-25 | 5 | -36/+119 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * unsp : goto MR * not banked? (nw) * dma tweaks (nw) * (nw) * prep (nw) * prep (nw) * prep (nw) * prep (nw) * preparation (nw) * experimental (nw) * testing (nw) * cleaner implementation (nw) * skip over EEPROM(?) check (nw) * push forward (nw) | ||||
* | intelfsh.cpp: sst 49lf020 does not support certain commands in certain ↵ | 2019-11-24 | 1 | -3/+11 | |
| | | | | states (nw) | ||||
* | bml3rtc: save state (nw) | 2019-11-24 | 1 | -0/+3 | |
| | |||||
* | srcclean and indentation cleanup (nw) | 2019-11-24 | 28 | -419/+419 | |
| | |||||
* | -multipcm: Added optional compile-time sample logging. [Ryan Holtz] | 2019-11-23 | 2 | -0/+48 | |
| | |||||
* | m37710: More accurate mapping of port and interrupt registers; de-duplicate ↵ | 2019-11-23 | 2 | -173/+204 | |
| | | | | address maps (nw) |