summaryrefslogtreecommitdiffstatshomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* tool_tester: add optional arguments (single shot, verbose log output, work ↵ angelosa2021-02-151-1/+5
| | | | directory)
* jungleyo.cpp: Added reel layer drawing, implemented priority selection, and ↵ Angelo Salese2021-01-281-74/+189
| | | | hooked up palette. (#7710) [Angelo Salese]
* New machines marked as NOT_WORKING (#7706) ClawGrip2021-01-272-3/+18
| | | | ---------------------------------- Golden Fruits [jordigahan, ClawGrip]
* kpontoon: add text layer tilemap, palette, and char ROM readback for POST ↵ arbee2021-01-261-28/+114
| | | | [R. Belmont]
* midtunit.cpp + midyunit.cpp: Correct ROM labels for the Mortal Kombat sets Brian Troha2021-01-262-330/+331
|
* rs232: HLE updates AJR2021-01-2686-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 Brian Troha2021-01-261-16/+16
|
* New machines marked as NOT_WORKING Ivan Vangelista2021-01-262-1/+23
| | | | | ---------------------------------- Super Butterfly 2000 [Ioannis Bampoulas]
* New working clones Ivan Vangelista2021-01-262-0/+26
| | | | | ------------------ Mars (bootleg) [jordigahan, ClawGrip]
* New machines marked as NOT_WORKING (#7702) ClawGrip2021-01-273-0/+124
| | | | | * New machines marked as NOT_WORKING ---------------------------------- Games Family [Victor Fernandez (City Game), ClawGrip]
* bogeyman.cpp, shootout.cpp: Corrected monitor orientation to ROT180. ↵ Angelo Salese2021-01-273-7/+9
| | | | [Corrado Tomaselli]
* oric.cpp: Dumped oric1 BASIC 1.0 UK BIOS. (#7697) [tante ju] rfka012021-01-271-1/+4
|
* laserbas: Improve gfx rendering, implement BG scrolling, correct screen raw ↵ Dirk Best2021-01-261-51/+55
| | | | parameters
* saitek_egr: add compatibility filter hap2021-01-262-3/+4
|
* Goodbye 64 suffix on the main executable, it was nice knowing you. Vas Crabb2021-01-262-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] arbee2021-01-252-9/+9
|
* floppy: Be really sure a cleared cache is seen as such Olivier Galibert2021-01-251-1/+1
|
* jungleyo.cpp: minor notes update Ivan Vangelista2021-01-251-1/+46
|
* gokidetor.cpp: Converted JEDECs to binary format and add anonymous ↵ ClawGrip2021-01-261-13/+17
| | | | namespace. (#7703)
* win32 debugger: Added context menu with Copy Visible and Paste commands to ↵ Vas Crabb2021-01-262-30/+183
| | | | debug views (partially addresses #6066).
* softwarelist: spelling corrections related to microcabin's hurryfox hap2021-01-252-33/+33
|
* floppy.cpp: as_ticks returns a u64, so go unsigned all the way AJR2021-01-251-3/+1
|
* floppy: When the floppy head stays on an unformatted track from more than an ↵ Olivier Galibert2021-01-251-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 Vas Crabb2021-01-254-4/+4
|\
| * input.cpp, inputdev.cpp: Misc. fixes AJR2021-01-242-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. Vas Crabb2021-01-254-4/+4
| | | | | | | | Also corrected a few titles, mostly in psx.xml.
| * nmk16.cpp: Fixed 'redhawks' bad graphics, and added placeholders for ↵ ClawGrip2021-01-241-1/+9
| | | | | | | | undumped PROMs and PLDs. (#7696)
* | debug/express.cpp: Fix parsing for preincrement & predecrement operators; ↵ AJR2021-01-242-90/+72
| | | | | | | | make debugging function print_tokens usable again
* | iwm: Start of implementation of async write Olivier Galibert2021-01-242-14/+72
| |
* | swim1: Remove the q3 clock, sync is just not usable Olivier Galibert2021-01-243-43/+11
| |
* | input.cpp, inputdev.cpp: Misc. fixes AJR2021-01-242-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] ClawGrip2021-01-241-1/+1
| |
* | alpha68k_i.cpp: replaced color ROM dump for paddlema, added dump about ↵ Ivan Vangelista2021-01-241-3/+5
| | | | | | | | bootleg boards [f205v]
* | nmk16.cpp: Fixed 'redhawks' bad graphics, and added placeholders for ↵ ClawGrip2021-01-241-1/+9
| | | | | | | | undumped PROMs and PLDs. (#7696)
* | New machines marked as NOT_WORKING Ivan Vangelista2021-01-242-0/+160
| | | | | | | | | | ---------------------------------- Score 5 [Ioannis Bampoulas]
* | alpha68k_i.cpp: PCB documentation for The Next Space & Paddle Mania, derive ↵ Brian Troha2021-01-241-50/+74
| | | | | | | | chip clocks from OSCs.
* | bus/rs232: Add generic Radio Shack printer option (generates break condition ↵ tim lindner2021-01-245-11/+46
| | | | | | | | when online). (#7652)
* | sound/rf5c400.cpp: Fixed looping, and implemented position readback. (#7699) 9871238791132021-01-242-17/+75
|/
* srcclean in preparation for branching release Vas Crabb2021-01-24163-843/+844
|
* getaway.cpp: Confirmed accelerator range is correct by examining game code. Vas Crabb2021-01-241-1/+0
|
* eigccarm.h: fix unterminated #if [R. Belmont] arbee2021-01-231-1/+1
|
* alphasma3k.cpp: Add note about firmware updates (#7698) ClawGrip2021-01-231-0/+5
|
* rolla.cpp: moved set to skylncr.cpp Ivan Vangelista2021-01-234-163/+28
|
* mccpm.cpp: Clocking note AJR2021-01-231-2/+2
|
* floppy: Add dir read on apple floppies Olivier Galibert2021-01-231-0/+3
|
* New machines marked as NOT_WORKING Ivan Vangelista2021-01-233-0/+163
| | | | | ---------------------------------- unknown 'Rolla' slot machine [caius]
* Merge pull request #7694 from f205v/patch-11 ajrhacker2021-01-231-14/+14
|\ | | | | Correct ROM labels and location for ufosensib
| * Correct ROM labels and location for ufosensib f205v2021-01-231-14/+14
| | | | | | Correct ROM labels and location for ufosensib, verified against PCB
* | iwm, swim1: devsel makes more sense now, I think Olivier Galibert2021-01-232-9/+15
| |
* | getaway: change steering controller type 'ad stick' to paddle hap2021-01-231-1/+1
|/