| Commit message (Expand) | Author | Age | Files | Lines |
| * | (nw) don't let #include guards get out of sync with filenames |  Vas Crabb | 2019-09-25 | 1 | -4/+3 |
| * | cps3.cpp: tilemap linescroll little fix |  MetalliC | 2019-09-25 | 1 | -3/+3 |
| * | tilemap.cpp: Improve contains assert, fixing tilemap viewer in debug build |  AJR | 2019-09-25 | 1 | -1/+4 |
| * | (nw) restore zero offsets in regions where more than one ROM file is loaded, ... |  Vas Crabb | 2019-09-24 | 1 | -7/+7 |
| * | Hotfix for nltool.cpp (nw) |  couriersud | 2019-09-22 | 1 | -1/+1 |
| * | fix up srcclean (nw) |  Vas Crabb | 2019-09-22 | 2 | -2/+2 |
| * | srcclean (nw) |  Vas Crabb | 2019-09-22 | 61 | -883/+883 |
| * | Fix debugger dump command for address-shifted spaces |  AJR | 2019-09-21 | 1 | -11/+8 |
| * | (nw) segabill.cpp: 8MHz rated Z80, so change clock. Also document OSC + white... |  braintro | 2019-09-21 | 1 | -16/+16 |
| * | netlist code maintenance (nw) |  couriersud | 2019-09-21 | 24 | -130/+334 |
| * | mac/mac128: move Command to right alt, which is extremely wrong positionally ... |  arbee | 2019-09-21 | 2 | -2/+2 |
| * | New working clone |  braintro | 2019-09-21 | 3 | -2/+54 |
| * | cps3 docs, remove few wrong parts (nw) |  MetalliC | 2019-09-21 | 1 | -11/+8 |
| * | Adding visual and descriptive board layout for Versus City Billboard (#5672) |  cglmrfreeman | 2019-09-21 | 1 | -0/+49 |
| * | mac.cpp: fix ADB machines so LALT is Option and LWIN is Command (MT #07426) [... |  arbee | 2019-09-21 | 1 | -2/+2 |
| * | mac128/512/plus: make Command LWIN (MT #07425) [R. Belmont] |  arbee | 2019-09-21 | 1 | -1/+1 |
| * | hh_sm510: make gnw_climber CS parent (nw) |  hap | 2019-09-21 | 2 | -28/+28 |
| * | namcos2: suspicion that marvland is a proto, thanks https://twitter.com/GoldS... |  hap | 2019-09-21 | 1 | -8/+7 |
| * | acorn_vidc.cpp: generate u255 law sound table on device start [Olivier Galibe... |  angelosa | 2019-09-21 | 4 | -45/+27 |
| * | (nw) mycom : notes |  Robbbert | 2019-09-21 | 1 | -3/+14 |
| * | New Working clone added (#5670) |  algestam | 2019-09-21 | 2 | -9/+42 |
| * | igspoker.cpp: Fixed inputs to cpoker and cpokert. |  Roberto Fresca | 2019-09-21 | 1 | -2/+2 |
| * | (nw) hvyunit.cpp: Use correct graphics rom for newer Japanese set, document u... |  braintro | 2019-09-20 | 1 | -8/+14 |
| * | igspoker.cpp: Fixed inputs to cpoker201f. [Roberto Fresca] |  Roberto Fresca | 2019-09-21 | 1 | -1/+1 |
| * | igspoker.cpp: Workaround to fix the random locks for protection |  Roberto Fresca | 2019-09-21 | 1 | -6/+28 |
| * | archimds.cpp: fixed off by 16 sound DMA transfers, improving sound quality [A... |  angelosa | 2019-09-20 | 2 | -10/+3 |
| * | cps3.cpp: replaced color DMA fading algo, expected to be hardware-accurate |  MetalliC | 2019-09-20 | 1 | -9/+3 |
| * | acorn_vidc: All right, move this back to src/devices/machine (nw) |  AJR | 2019-09-20 | 3 | -1/+1 |
| * | aa310: Fix catastrophic configuration error and add assert to catch similar f... |  AJR | 2019-09-20 | 2 | -1/+2 |
| * | acorn_vidc: Internalize palette; externalize screen (nw) |  AJR | 2019-09-20 | 5 | -32/+61 |
| * | acorn_vidc: Move to src/devices/video and fix full build (nw) |  AJR | 2019-09-20 | 3 | -1/+1 |
| * | Rewritten Acorn VIDC10 into own device file [Angelo Salese] #5671 |  Angelo Salese | 2019-09-20 | 8 | -866/+971 |
| * | (nw) dfi386: fixed rom loading |  Robbbert | 2019-09-20 | 1 | -2/+2 |
| * | Merge pull request #5665 from rfka01/master |  R. Belmont | 2019-09-20 | 2 | -40/+139 |
| |\ |
|
| | * | at.cpp: more 386 mainboards and BIOS versions |  rfka01 | 2019-09-19 | 2 | -40/+139 |
| * | | ap2_dsk: recognize ProDOS 2.5 boot block (nw) |  arbee | 2019-09-20 | 1 | -0/+4 |
| * | | New machines marked as NOT_WORKING |  AJR | 2019-09-20 | 3 | -0/+71 |
| * | | 4dpi: duh (nw) |  Patrick Mackinlay | 2019-09-20 | 1 | -6/+9 |
| * | | apple2e: fix LC query state (nw) |  Peter Ferrie | 2019-09-19 | 1 | -2/+2 |
| * | | m68hc05l9: Add (somewhat provisional) model-specific register names (nw) |  AJR | 2019-09-19 | 1 | -2/+15 |
| * | | New machines marked as NOT_WORKING |  AJR | 2019-09-19 | 1 | -10/+10 |
| * | | Fix clang error: no matching function for call to 'modf' (nw) |  AJR | 2019-09-19 | 1 | -2/+2 |
| * | | -vino: Implemented the majority of functionality, and hooked up to picture_im... |  MooglyGuy | 2019-09-19 | 6 | -18/+733 |
| * | | at.cpp: Fix typo on newly added machine's (sy012) label (nw) |  Scott Stone | 2019-09-19 | 1 | -1/+1 |
| * | | remove unused (nw) |  MetalliC | 2019-09-19 | 2 | -6/+0 |
| * | | cps3.cpp changes: [MetalliC, David Haywood] |  MetalliC | 2019-09-19 | 2 | -90/+77 |
| * | | (nw) get rid of the rest of assert_always - it's better to be explicit about ... |  Vas Crabb | 2019-09-20 | 14 | -58/+80 |
| * | | deco_mlc.cpp : Reduce unnecessary pointer, Fix 8bpp index behavior |  cam900 | 2019-09-20 | 1 | -20/+23 |
| * | | (nw) misc cleanup: |  Vas Crabb | 2019-09-20 | 179 | -530/+453 |
| * | | (nw) mycom: seems a HD6845S is a closer match |  Robbbert | 2019-09-19 | 1 | -2/+2 |