| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tool_tester: add optional arguments (single shot, verbose log output, work ↵ | 2021-02-15 | 1 | -1/+5 | |
| | | | | | directory) | ||||
| * | jungleyo.cpp: Added reel layer drawing, implemented priority selection, and ↵ | 2021-01-28 | 1 | -74/+189 | |
| | | | | | hooked up palette. (#7710) [Angelo Salese] | ||||
| * | New machines marked as NOT_WORKING (#7706) | 2021-01-27 | 2 | -3/+18 | |
| | | | | | ---------------------------------- Golden Fruits [jordigahan, ClawGrip] | ||||
| * | kpontoon: add text layer tilemap, palette, and char ROM readback for POST ↵ | 2021-01-26 | 1 | -28/+114 | |
| | | | | | [R. Belmont] | ||||
| * | midtunit.cpp + midyunit.cpp: Correct ROM labels for the Mortal Kombat sets | 2021-01-26 | 2 | -330/+331 | |
| | | |||||
| * | rs232: HLE updates | 2021-01-26 | 86 | -131/+42 | |
| | | | | | | | | - Remove option to change the number of start bits (1 was always the default, and the RS232 protocol requires one start bit) - Add many historically significant baud rates ranging from 50 to 7200 * ccs2810.cpp, sb8085.cpp: Update notes | ||||
| * | cave.cpp: Correct some typos & update documentation for Hotdog Storm | 2021-01-26 | 1 | -16/+16 | |
| | | |||||
| * | New machines marked as NOT_WORKING | 2021-01-26 | 2 | -1/+23 | |
| | | | | | | ---------------------------------- Super Butterfly 2000 [Ioannis Bampoulas] | ||||
| * | New working clones | 2021-01-26 | 2 | -0/+26 | |
| | | | | | | ------------------ Mars (bootleg) [jordigahan, ClawGrip] | ||||
| * | New machines marked as NOT_WORKING (#7702) | 2021-01-27 | 3 | -0/+124 | |
| | | | | | | * New machines marked as NOT_WORKING ---------------------------------- Games Family [Victor Fernandez (City Game), ClawGrip] | ||||
| * | bogeyman.cpp, shootout.cpp: Corrected monitor orientation to ROT180. ↵ | 2021-01-27 | 3 | -7/+9 | |
| | | | | | [Corrado Tomaselli] | ||||
| * | oric.cpp: Dumped oric1 BASIC 1.0 UK BIOS. (#7697) [tante ju] | 2021-01-27 | 1 | -1/+4 | |
| | | |||||
| * | laserbas: Improve gfx rendering, implement BG scrolling, correct screen raw ↵ | 2021-01-26 | 1 | -51/+55 | |
| | | | | | parameters | ||||
| * | saitek_egr: add compatibility filter | 2021-01-26 | 2 | -3/+4 | |
| | | |||||
| * | Goodbye 64 suffix on the main executable, it was nice knowing you. | 2021-01-26 | 2 | -1/+23 | |
| | | | | | | | If you want to build 64-bit and 32-bit in the same tree without them stomping on each other, use SEPARATE_BIN=1 (you already need to do this for TOOLS=1 anyway). | ||||
| * | mac: fixes for Clang compile [R. Belmont] | 2021-01-25 | 2 | -9/+9 | |
| | | |||||
| * | floppy: Be really sure a cleared cache is seen as such | 2021-01-25 | 1 | -1/+1 | |
| | | |||||
| * | jungleyo.cpp: minor notes update | 2021-01-25 | 1 | -1/+46 | |
| | | |||||
| * | gokidetor.cpp: Converted JEDECs to binary format and add anonymous ↵ | 2021-01-26 | 1 | -13/+17 | |
| | | | | | namespace. (#7703) | ||||
| * | win32 debugger: Added context menu with Copy Visible and Paste commands to ↵ | 2021-01-26 | 2 | -30/+183 | |
| | | | | | debug views (partially addresses #6066). | ||||
| * | softwarelist: spelling corrections related to microcabin's hurryfox | 2021-01-25 | 2 | -33/+33 | |
| | | |||||
| * | floppy.cpp: as_ticks returns a u64, so go unsigned all the way | 2021-01-25 | 1 | -3/+1 | |
| | | |||||
| * | floppy: When the floppy head stays on an unformatted track from more than an ↵ | 2021-01-25 | 1 | -1/+1 | |
| | | | | | hour and ten minutes and reading happens then interval_index*2+1 overflows. Wow. Found and tracked down by Colin Howell, with much thanks. | ||||
| * | Merge branch 'release0228' into mainline-master | 2021-01-25 | 4 | -4/+4 | |
| |\ | |||||
| | * | input.cpp, inputdev.cpp: Misc. fixes | 2021-01-24 | 2 | -3/+4 | |
| | | | | | | | | | | | - Fix a recent regression with processing XInput DPAD input item tokens - Prevent code_to_token from blowing up in strange cases | ||||
| | * | Renamed chip8 software list so the filename matches the list name. | 2021-01-25 | 4 | -4/+4 | |
| | | | | | | | | | Also corrected a few titles, mostly in psx.xml. | ||||
| | * | nmk16.cpp: Fixed 'redhawks' bad graphics, and added placeholders for ↵ | 2021-01-24 | 1 | -1/+9 | |
| | | | | | | | | | undumped PROMs and PLDs. (#7696) | ||||
| * | | debug/express.cpp: Fix parsing for preincrement & predecrement operators; ↵ | 2021-01-24 | 2 | -90/+72 | |
| | | | | | | | | | make debugging function print_tokens usable again | ||||
| * | | iwm: Start of implementation of async write | 2021-01-24 | 2 | -14/+72 | |
| | | | |||||
| * | | swim1: Remove the q3 clock, sync is just not usable | 2021-01-24 | 3 | -43/+11 | |
| | | | |||||
| * | | input.cpp, inputdev.cpp: Misc. fixes | 2021-01-24 | 2 | -3/+4 | |
| | | | | | | | | | | | - Fix a recent regression with processing XInput DPAD input item tokens - Prevent code_to_token from blowing up in strange cases | ||||
| * | | geniusjr.cpp: Add note about globbed 68HC05 on 'gls' [Sean Riddle] | 2021-01-24 | 1 | -1/+1 | |
| | | | |||||
| * | | alpha68k_i.cpp: replaced color ROM dump for paddlema, added dump about ↵ | 2021-01-24 | 1 | -3/+5 | |
| | | | | | | | | | bootleg boards [f205v] | ||||
| * | | nmk16.cpp: Fixed 'redhawks' bad graphics, and added placeholders for ↵ | 2021-01-24 | 1 | -1/+9 | |
| | | | | | | | | | undumped PROMs and PLDs. (#7696) | ||||
| * | | New machines marked as NOT_WORKING | 2021-01-24 | 2 | -0/+160 | |
| | | | | | | | | | | | ---------------------------------- Score 5 [Ioannis Bampoulas] | ||||
| * | | alpha68k_i.cpp: PCB documentation for The Next Space & Paddle Mania, derive ↵ | 2021-01-24 | 1 | -50/+74 | |
| | | | | | | | | | chip clocks from OSCs. | ||||
| * | | bus/rs232: Add generic Radio Shack printer option (generates break condition ↵ | 2021-01-24 | 5 | -11/+46 | |
| | | | | | | | | | when online). (#7652) | ||||
| * | | sound/rf5c400.cpp: Fixed looping, and implemented position readback. (#7699) | 2021-01-24 | 2 | -17/+75 | |
| |/ | |||||
| * | srcclean in preparation for branching release | 2021-01-24 | 163 | -843/+844 | |
| | | |||||
| * | getaway.cpp: Confirmed accelerator range is correct by examining game code. | 2021-01-24 | 1 | -1/+0 | |
| | | |||||
| * | eigccarm.h: fix unterminated #if [R. Belmont] | 2021-01-23 | 1 | -1/+1 | |
| | | |||||
| * | alphasma3k.cpp: Add note about firmware updates (#7698) | 2021-01-23 | 1 | -0/+5 | |
| | | |||||
| * | rolla.cpp: moved set to skylncr.cpp | 2021-01-23 | 4 | -163/+28 | |
| | | |||||
| * | mccpm.cpp: Clocking note | 2021-01-23 | 1 | -2/+2 | |
| | | |||||
| * | floppy: Add dir read on apple floppies | 2021-01-23 | 1 | -0/+3 | |
| | | |||||
| * | New machines marked as NOT_WORKING | 2021-01-23 | 3 | -0/+163 | |
| | | | | | | ---------------------------------- unknown 'Rolla' slot machine [caius] | ||||
| * | Merge pull request #7694 from f205v/patch-11 | 2021-01-23 | 1 | -14/+14 | |
| |\ | | | | | Correct ROM labels and location for ufosensib | ||||
| | * | Correct ROM labels and location for ufosensib | 2021-01-23 | 1 | -14/+14 | |
| | | | | | | | Correct ROM labels and location for ufosensib, verified against PCB | ||||
| * | | iwm, swim1: devsel makes more sense now, I think | 2021-01-23 | 2 | -9/+15 | |
| | | | |||||
| * | | getaway: change steering controller type 'ad stick' to paddle | 2021-01-23 | 1 | -1/+1 | |
| |/ | |||||
