| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
| |
Restore necessary const qualifier removed by 0055a33e81b60284c6390e9c73db9fcb19b8ce8b
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
New working software list additions
-----------------------------------
Chess Simulator [The Good Old Days]
Chicago 90 [The Good Old Days]
California Pro Golf [The Good Old Days]
Command H.Q. (3.5") [The Good Old Days]
Command H.Q. (5.25") [The Good Old Days]
Expert Will (v1.4) [ibmpc5150, archive.org]
Metadata correction: Change floppy interface to 3_5 on "Wizardry" games
|
| |
|
| |
-mz2500.xml: Corrected gomokuna publisher.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
New working software list additions (a2600.xml)
-----------------------------------
Climber 5 (NTSC) [AtariAge]
Climber 5 (PAL) [AtariAge]
Gunfight (NTSC) [AtariAge]
Gunfight (PAL) [AtariAge]
Jammed [AtariAge]
Marble Craze (NTSC) [AtariAge]
Marble Craze (PAL) [AtariAge]
Oystron [AtariAge]
Qb (NTSC) [AtariAge]
Qb (PAL) [AtariAge]
Seawolf (NTSC) [AtariAge]
Seawolf (PAL) [AtariAge]
Space Instigators [AtariAge]
Star Fire (NTSC) [AtariAge]
Star Fire (PAL) [AtariAge]
Synthcart [AtariAge]
Testcart [AtariAge]
Thrust+ - D.C. Edition [AtariAge]
Thrust+ - Platinum Edition [AtariAge]
|
| |
|
|
|
| |
New working software list additions
-----------------------------------
famicom_cass.xml: Star Ship Go!! [ozidual, Gaming Alexandria]
|
| |
|
|
| |
Fixes various issues in drivers.
|
| | |
|
| | |
|
| |
|
|
| |
$00/$01. [R. Belmont]
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* new software list entries
-----------------
ekara_japan_s.xml:
sc0014 Saiten Cartridge Challenge Idol vol.4 (Japan) (SC0014-SAI) [Team Europe]
sc0020 Saiten Cartridge Challenge Idol vol.5 (Japan) (SC0020-SAI) [Team Europe]
|
| |
|
|
| |
instructions on one line for when reads at restartable.
|
| |
|
|
| |
add some notes, and mark an existing dump as good based on a redump [Brian Troha, Andy Welburn, Lord Nightmare]
|
| | |
|
| | |
|
| |
|
|
| |
to hexadecimal. (#10357)
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- identified sblastb2a as actually being Teenage Mutant Ninja Turtles - Mutant Warriors [dox]
- decrypted it [iq_132]
- still doesn't work, possibly because of additional protection
|
| |
|
|
|
| |
--------------------------------
Strikers 1945 III (World) / Strikers 1999 (Japan) (bootleg) [Bigblue709]
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
New working software list additions (ibm5170_cdrom.xml)
-----------------------------------------
Blackhawk (Europe) [Jackal, redump.org]
Network Q RAC Rally (USA) [MrX_Cuci, redump.org]
Supaplex (Europe) [Jackal, redump.org]
|
| |
|
|
| |
(#10355)
|
| |
|
|
|
|
|
|
|
|
| |
New working software list additions (famicom_cass.xml)
-----------------------------------
Abunai Penpen! [ozidual, Gaming Alexandria]
Fruit Panic [ozidual, Gaming Alexandria]
Itazura Karasu [ozidual, Gaming Alexandria]
Kani-san no Hatahokobi [ozidual, Gaming Alexandria]
Star Dust [ozidual, Gaming Alexandria]
War Game [ozidual, Gaming Alexandria]
|
| |
|
|
| |
[R. Belmont]
|
| |
|
|
|
| |
--------------------------------
Maverick, The Movie (2.00) [Matt’s Basement Arcade, PinMAME]
|
| |
|
|
|
| |
------------------
Soul Calibur (Asia, SOC12/VER.A2) [nnap]
|
| |
|
|
|
| |
- Use count_leading_zeros_32 instead of loop for TESTLZ
- Simplify overflow mask calculation for SHL(I)
|
| |
|
|
| |
console wasn't created.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
(#10301)" (#10354)
This reverts commit 8f30e3071f59a2893208d4f53b40d4ffd0f93462.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Made closing the Qt debugger console window hide all debugger windows
and run the emulated machine (debugger windows will be shown on next
user break or breakpoint hit). This matches the behaviour of the Win32
and Cocoa debuggers.
Made Qt debugger clean up its windows on exit rather than on subsequent
starts. This fixes GitHub #9789.
Made Qt debugger less reliant on global variables, and made code to save
and load configuration a bit less convoluted. It still needs more
refactoring on this front, but it's in slightly better shape now.
Made Qt debugger a bit less crashy on invalid configuration. Still
plenty of ways to crash it, but every little bit counts.
Made Qt debugger do less comparisons on menu item names and object
names - it might be possible to localise one day.
Moved all the C++ debugger implementations into namespaces. They're
using awfully generic class names, so it's about time.
|
| | |
|