Commit Graph

77602 Commits

Author SHA1 Message Date
Vas Crabb
414b538569 Updated GitHub CI for executable names, added ORM check to Linux builds 2021-01-26 19:10:57 +11:00
Vas Crabb
adc23f3f74 Goodbye 64 suffix on the main executable, it was nice knowing you.
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).
2021-01-26 15:37:11 +11:00
arbee
39ed223cf8 mac: fixes for Clang compile [R. Belmont] 2021-01-25 20:25:19 -05:00
Olivier Galibert
27f1077649 floppy: Be really sure a cleared cache is seen as such 2021-01-25 19:35:25 +01:00
Ivan Vangelista
f0da5c4dd6 jungleyo.cpp: minor notes update 2021-01-25 18:29:50 +01:00
ClawGrip
b4993412b9
gokidetor.cpp: Converted JEDECs to binary format and add anonymous namespace. (#7703) 2021-01-26 02:55:17 +11:00
Vas Crabb
62d3408cc4 win32 debugger: Added context menu with Copy Visible and Paste commands to debug views (partially addresses #6066). 2021-01-26 02:51:54 +11:00
hap
4681b1173d msx.hsi: remove some leading whitespace 2021-01-25 16:30:41 +01:00
hap
90927b05c1 softwarelist: spelling corrections related to microcabin's hurryfox 2021-01-25 16:27:07 +01:00
AJR
0feb608c6c floppy.cpp: as_ticks returns a u64, so go unsigned all the way 2021-01-25 10:19:04 -05:00
Olivier Galibert
cc03eb3b03 floppy: When the floppy head stays on an unformatted track from more than an hour and ten minutes and reading happens then interval_index*2+1 overflows. Wow. Found and tracked down by Colin Howell, with much thanks. 2021-01-25 09:50:50 +01:00
Vas Crabb
a77e3cc566 Merge branch 'release0228' into mainline-master 2021-01-25 14:38:19 +11:00
Vas Crabb
722f0a9739 wscolor.xml: Software part features must be unique. 2021-01-25 14:33:27 +11:00
AJR
aaec472649 debug/express.cpp: Fix parsing for preincrement & predecrement operators; make debugging function print_tokens usable again 2021-01-24 21:16:37 -05:00
Olivier Galibert
67cecba6b3 iwm: Start of implementation of async write 2021-01-24 22:53:26 +01:00
Olivier Galibert
e5e5c41dce swim1: Remove the q3 clock, sync is just not usable 2021-01-24 22:53:26 +01:00
AJR
171483bbd5 input.cpp, inputdev.cpp: Misc. fixes
- Fix a recent regression with processing XInput DPAD input item tokens
- Prevent code_to_token from blowing up in strange cases
2021-01-24 14:59:52 -05:00
AJR
fd3f7f769c input.cpp, inputdev.cpp: Misc. fixes
- Fix a recent regression with processing XInput DPAD input item tokens
- Prevent code_to_token from blowing up in strange cases
2021-01-24 14:49:49 -05:00
ajrhacker
425ca2e033
Merge pull request #7701 from clawgrip/patch-7
geniusjr.cpp: Add note about globbed 68HC05 on 'gls' [Sean Riddle]
2021-01-24 13:36:32 -05:00
ClawGrip
9894d93229
geniusjr.cpp: Add note about globbed 68HC05 on 'gls' [Sean Riddle] 2021-01-24 19:08:54 +01:00
Vas Crabb
295fb9b402 Renamed chip8 software list so the filename matches the list name.
Also corrected a few titles, mostly in psx.xml.
2021-01-25 04:06:29 +11:00
Ivan Vangelista
4287aabd1a alpha68k_i.cpp: replaced color ROM dump for paddlema, added dump about bootleg boards [f205v] 2021-01-24 17:39:19 +01:00
ClawGrip
00ed13b983 nmk16.cpp: Fixed 'redhawks' bad graphics, and added placeholders for undumped PROMs and PLDs. (#7696) 2021-01-24 23:22:00 +11:00
ClawGrip
d33d8227b0
nmk16.cpp: Fixed 'redhawks' bad graphics, and added placeholders for undumped PROMs and PLDs. (#7696) 2021-01-24 23:19:51 +11:00
Ivan Vangelista
0911f1dfbd New machines marked as NOT_WORKING
----------------------------------
Score 5 [Ioannis Bampoulas]
2021-01-24 11:59:00 +01:00
Brian Troha
1178a1d147 alpha68k_i.cpp: PCB documentation for The Next Space & Paddle Mania, derive chip clocks from OSCs. 2021-01-24 00:00:31 -06:00
tim lindner
4214093a92
bus/rs232: Add generic Radio Shack printer option (generates break condition when online). (#7652) 2021-01-24 16:06:49 +11:00
987123879113
d28aa01821
sound/rf5c400.cpp: Fixed looping, and implemented position readback. (#7699) 2021-01-24 16:05:20 +11:00
Vas Crabb
78f6ff34a5 srcclean in preparation for branching release 2021-01-24 13:33:07 +11:00
Vas Crabb
051119c091 getaway.cpp: Confirmed accelerator range is correct by examining game code. 2021-01-24 13:08:47 +11:00
arbee
20b76c8019 eigccarm.h: fix unterminated #if [R. Belmont] 2021-01-23 17:38:27 -05:00
ClawGrip
ff67239ae7
alphasma3k.cpp: Add note about firmware updates (#7698) 2021-01-23 17:31:50 -05:00
Ivan Vangelista
bdeac67bfb rolla.cpp: moved set to skylncr.cpp 2021-01-23 20:11:29 +01:00
AJR
793bbc9bb6 mccpm.cpp: Clocking note 2021-01-23 12:46:15 -05:00
Olivier Galibert
16f4f13ff8 floppy: Add dir read on apple floppies 2021-01-23 18:30:06 +01:00
Ivan Vangelista
84fd31d587 New machines marked as NOT_WORKING
----------------------------------
unknown 'Rolla' slot machine [caius]
2021-01-23 17:42:34 +01:00
ajrhacker
a15ff1df1f
Merge pull request #7694 from f205v/patch-11
Correct ROM labels and location for ufosensib
2021-01-23 11:38:02 -05:00
Olivier Galibert
d13ad48606 iwm, swim1: devsel makes more sense now, I think 2021-01-23 17:35:43 +01:00
hap
a0ab265c94 getaway: change steering controller type 'ad stick' to paddle 2021-01-23 17:32:54 +01:00
f205v
5ac6f84950
Correct ROM labels and location for ufosensib
Correct ROM labels and location for ufosensib, verified against PCB
2021-01-23 17:27:37 +01:00
hap
b970b9b745 raiden: tweak OKI volume a bit more 2021-01-23 17:22:01 +01:00
hap
fbf12c2656 raiden: lower the OKI volume 2021-01-23 17:17:35 +01:00
Ivan Vangelista
c2e57a409c New clones marked as NOT_WORKING
--------------------------------
The Hole (bootleg of The Pit) [caius]
The Porter (bootleg of Port Man) [caius]
2021-01-23 17:00:46 +01:00
hap
6646e19ebb buggychl: decrease steering wheel sensitivity 2021-01-23 16:41:34 +01:00
Olivier Galibert
098fea5f56 iwm: motor/devsel is a little weird, hope this works 2021-01-23 14:17:17 +01:00
Ivan Vangelista
2efc649c73 New NOT_WORKING software list additions
---------------------------------------
sms.xml: Action Replay (v. 1.02) [Apocalypse]
2021-01-23 09:46:24 +01:00
Ivan Vangelista
65a8952ed7 jungleyo.cpp: very minor comments corrections 2021-01-23 09:13:19 +01:00
Ivan Vangelista
d7329570d4 - amstr_pc.cpp: added hardware info for ppc512 / ppc640 [Guru]
- jungleyo.cpp: very minor comments corrections
2021-01-23 09:12:32 +01:00
David 'Foxhack' Silva
2eb851f3bc
rx78_cart.xml: Added complete serial number for Donjara and moved it to the correct place in the sequence. [Dave 'Foxhack' Silva] (#7692) 2021-01-23 16:46:01 +11:00
Vas Crabb
a43a3a31c9 mac128.cpp: Move macros after PCH to avoid issues. 2021-01-23 16:42:57 +11:00