| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve abstract class docspy_regtests | 2021-02-15 | 1 | -6/+9 | |
| | | |||||
| * | tool_tester: add optional arguments (single shot, verbose log output, work ↵ | 2021-02-15 | 7 | -27/+96 | |
| | | | | | directory) | ||||
| * | Make some reorganization to assets folder, add romcmp tests | 2021-02-03 | 17 | -15/+245 | |
| | | |||||
| * | Explicit python version requirement | 2021-01-31 | 1 | -1/+5 | |
| | | |||||
| * | tool_tester: make a very simple pngcmp tester | 2021-01-30 | 6 | -6/+57 | |
| | | |||||
| * | ABC basic unit testing features, make a dataclass mapper example for test ↵ | 2021-01-30 | 12 | -90/+210 | |
| | | | | | parameters in unidasm, move assets folders to ext folder, refactor trigger to a tool_tester module | ||||
| * | regtests: disable faulty tests, make a preliminary new test suite for unidasm | 2021-01-29 | 8 | -4/+113 | |
| | | |||||
| * | chdtest: make it to properly return a status code != 0 on failures | 2021-01-29 | 2 | -110/+113 | |
| | | | | | (experiment for #7716) | ||||
| * | jungleyo.cpp: Added reel layer drawing, implemented priority selection, and ↵ | 2021-01-28 | 1 | -74/+189 | |
| | | | | | hooked up palette. (#7710) [Angelo Salese] | ||||
| * | Unbreak aarch64 and arm builds (#7708) | 2021-01-28 | 1 | -0/+2 | |
| | | |||||
| * | 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 | 4 | -0/+125 | |
| | | | | | | * New machines marked as NOT_WORKING ---------------------------------- Games Family [Victor Fernandez (City Game), ClawGrip] | ||||
| * | Merge tag 'mame0228' into mainline-master | 2021-01-27 | 2 | -4/+4 | |
| |\ | | | | | | | MAME 0.228 | ||||
| | * | Version bumpmame0228 | 2021-01-26 | 2 | -4/+4 | |
| | | | |||||
| | * | 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. | ||||
| * | | 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 | 3 | -3/+6 | |
| | | | |||||
| * | | Updated GitHub CI for executable names, added ORM check to Linux builds | 2021-01-26 | 3 | -9/+11 | |
| | | | |||||
| * | | Goodbye 64 suffix on the main executable, it was nice knowing you. | 2021-01-26 | 5 | -56/+28 | |
| | | | | | | | | | | | | | 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). | ||||
| * | | msx.hsi: remove some leading whitespace | 2021-01-25 | 1 | -8/+8 | |
| | | | |||||
| * | | softwarelist: spelling corrections related to microcabin's hurryfox | 2021-01-25 | 7 | -41/+41 | |
| | | | |||||
| * | | 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 | 7 | -11/+15 | |
| |\| | |||||
| | * | wscolor.xml: Software part features must be unique. | 2021-01-25 | 1 | -1/+3 | |
| | | | |||||
| | * | 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 | 6 | -10/+12 | |
| | | | | | | | | | 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 | ||||
| * | | Merge pull request #7701 from clawgrip/patch-7 | 2021-01-24 | 1 | -1/+1 | |
| |\ \ | | | | | | | geniusjr.cpp: Add note about globbed 68HC05 on 'gls' [Sean Riddle] | ||||
| | * | | 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] | ||||
