| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -cdimono2: Added more logging for SERVO ports, nwcdimono2_wip | 2020-01-02 | 2 | -1/+8 | |
| | | |||||
| * | -cdimono2, m6805, mcd212: Various fixes, nw | 2019-12-30 | 5 | -105/+262 | |
| | | |||||
| * | -cdimono2: Improved /DTACK hack and improved SLAVE/SCC comms. Gets rid of ↵ | 2019-12-27 | 7 | -52/+138 | |
| | | | | | error on bootup. | ||||
| * | -cdimono2: Improved SPI emulation in the 68hc05 core, better hookup of /SS ↵ | 2019-12-26 | 5 | -22/+148 | |
| | | | | | lines, nw | ||||
| * | cdimono2: More accurate logging of display I2C clocks/data, cheers Vas | 2019-12-26 | 1 | -7/+10 | |
| | | |||||
| * | -cdi: cdimono2 WIP. Added UART and SPI to 68HC05. Moved COP from the HC05 to ↵ | 2019-12-26 | 7 | -389/+1100 | |
| | | | | | HC705. nw | ||||
| * | Fixed wmg compile issue, nw | 2019-12-24 | 2 | -32/+19 | |
| | | |||||
| * | -williams: Eliminated MACHINE_*_OVERRIDE and VIDEO_START_OVERRIDE. ↵ | 2019-12-24 | 4 | -568/+698 | |
| | | | | | Eliminated magic switches on tilemap config for williams2. Added numerous subclasses to reduce optional device usage and reduce custom driver init callbacks, nw | ||||
| * | kungfur.lay: another small tweak (nw) | 2019-12-24 | 3 | -2/+32 | |
| | | |||||
| * | kungfur: lazy copy paste somewhere (nw) | 2019-12-24 | 2 | -2/+2 | |
| | | |||||
| * | kungfur: device arrays, templates (nw) | 2019-12-24 | 1 | -100/+56 | |
| | | |||||
| * | kungfur: small tweaks to layout (nw) | 2019-12-23 | 1 | -21/+24 | |
| | | |||||
| * | kungfur: styling (nw) | 2019-12-23 | 1 | -85/+109 | |
| | | |||||
| * | naomi dimm board: add communication between sh4 and security pic (nw) | 2019-12-23 | 3 | -5/+81 | |
| | | |||||
| * | Halt cpu by isa rdy line in poisk-1 and mc1502 fdc devices (nw) | 2019-12-23 | 9 | -18/+44 | |
| | | |||||
| * | novag_sexpert: sexpertb1 is actually version A (nw) | 2019-12-23 | 2 | -14/+22 | |
| | | |||||
| * | new not working clone | 2019-12-23 | 3 | -20/+62 | |
| | | | | | | | | ------------------------------------- Fantasy Story (set 2) [ShouTime] (nw) marked as not working because the parent is, though both are playable but with no sound | ||||
| * | kungfur: guess cpu type (nw) | 2019-12-23 | 1 | -6/+11 | |
| | | |||||
| * | (nw) dec0.cpp: Document undumped versions of Heavy Barrel | 2019-12-23 | 1 | -0/+5 | |
| | | |||||
| * | (nw) itech8.cpp: Correct ROM names for Hot Shots Tennis sets | 2019-12-23 | 1 | -18/+18 | |
| | | |||||
| * | Merge branch 'release0217' into mainline-master | 2019-12-23 | 6 | -29/+29 | |
| |\ | |||||
| | * | small cleanups (nw) | 2019-12-23 | 5 | -28/+28 | |
| | | | |||||
| | * | vf: Hack to get rid of the ram collisions makes things work... (nw) | 2019-12-22 | 1 | -2/+6 | |
| | | | |||||
| | * | model1: Clear up some stuff I had forgotten to remove (nw) | 2019-12-22 | 2 | -23/+1 | |
| | | | |||||
| | * | vf: More fixes, works even worse, it's getting annoying (nw) | 2019-12-22 | 2 | -1/+7 | |
| | | | |||||
| | * | i386: feni and fdisi are nops on the 387+ (nw) | 2019-12-22 | 1 | -0/+2 | |
| | | | |||||
| * | | vt52: Many updates (nw) | 2019-12-22 | 3 | -13/+147 | |
| | | | | | | | | | | | | | | | | | - Start driving UART from CPU timing chain, implementing most switch-configurable rates but just looping back data for now - Fix TABJ semantics - Add VT52-specific side effect of ZCAV - Add Caps Lock key - Misc. other additions and adjustments | ||||
| * | | Change #include location (nw) | 2019-12-22 | 2 | -1/+1 | |
| | | | |||||
| * | | vt5x_cpu: Add more callbacks; note that VT52 doesn't seem to support the key ↵ | 2019-12-22 | 3 | -6/+15 | |
| | | | | | | | | | click switch (nw) | ||||
| * | | Corrections to legacy pci (nw) | 2019-12-22 | 2 | -9/+8 | |
| | | | |||||
| * | | atpci.cpp: update usage of device finders and remove hardcoded cpu tags in ↵ | 2019-12-22 | 7 | -28/+30 | |
| | | | | | | | | | chipset devices (nw) | ||||
| * | | vf: Hack to get rid of the ram collisions makes things work... (nw) | 2019-12-22 | 1 | -2/+6 | |
| | | | |||||
| * | | bebox.cpp: use finder for vga device (nw) | 2019-12-22 | 3 | -12/+13 | |
| | | | |||||
| * | | model1: Clear up some stuff I had forgotten to remove (nw) | 2019-12-22 | 2 | -23/+1 | |
| | | | |||||
| * | | vf: More fixes, works even worse, it's getting annoying (nw) | 2019-12-22 | 2 | -1/+7 | |
| | | | |||||
| * | | Fix clang build [-Werror,-Wunused-const-variable] (nw) | 2019-12-22 | 1 | -4/+0 | |
| | | | |||||
| * | | New machines marked as NOT_WORKING | 2019-12-22 | 4 | -0/+99 | |
| | | | | | | | | | | | | | ---------------------------------- Dinoking Battle [SpinalFeyd, Porchy] Dinoking Kids [SpinalFeyd, Porchy] | ||||
| * | | isa: Provisional ready line interface (nw) | 2019-12-22 | 2 | -0/+10 | |
| | | | |||||
| * | | bebox.cpp: remove device not found errors (nw) | 2019-12-22 | 3 | -3/+15 | |
| | | | |||||
| * | | ms32.cpp: added some dips for f1superb (nw) | 2019-12-22 | 1 | -5/+11 | |
| | | | |||||
| * | | t11: Use octal for debug register state and disassembly; fix disassembly of ↵ | 2019-12-22 | 3 | -286/+285 | |
| | | | | | | | | | SOB instruction | ||||
| * | | vt5x_cpu: Preliminary video timing chain (nw) | 2019-12-22 | 2 | -17/+62 | |
| | | | |||||
| * | | new NOT_WORKING machine | 2019-12-22 | 4 | -0/+266 | |
| | | | | | | | | | | | ----------------------- Muscle Ranking Kinniku Banzuke Spray Hitter [Darksoft, MetalliC, rtw] | ||||
| * | | sh3: handle INTEVT register | 2019-12-22 | 3 | -27/+35 | |
| | | | |||||
| * | | ataflash cards does not spin (nw) | 2019-12-22 | 1 | -0/+1 | |
| | | | |||||
| * | | s3520cf.cpp: various fixes and improvements, add RTC-4553 model | 2019-12-22 | 2 | -102/+183 | |
| | | | |||||
| * | | Remove unwanted changes (nw) | 2019-12-22 | 2 | -2/+2 | |
| | | | |||||
| * | | atetris.cpp: UM3482 raw dump for "atetb3482" [Sean Riddle] (#6086) | 2019-12-22 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | * atetris.cpp: UM3482 raw dump for "atetb3482" [Sean Riddle] (nw) This is a raw dump from a visual decap, but the ROM layout and the note format are not understood, so it cannot be properly hooked up. Any help on this will be appreciated. Full info: http://www.seanriddle.com/um348x/ * Move um3482 to its own region (nw) | ||||
| * | | i386: feni and fdisi are nops on the 387+ (nw) | 2019-12-21 | 1 | -0/+2 | |
| | | | |||||
| * | | vt52: Fill in and fix a whole bunch of things (nw) | 2019-12-21 | 4 | -109/+168 | |
| | | | |||||
