Commit Graph

84385 Commits

Author SHA1 Message Date
Olivier Galibert
4e1aabff48 m6502: Add the missing uses_custom_memory_interface. Avoid multiple instructions on one line for when reads at restartable. 2022-09-23 10:22:37 +02:00
Lord-Nightmare
7c5569a385 Fix some incorrect rom locations and labels in Arkanoid and Cosmic Alien, add some notes, and mark an existing dump as good based on a redump [Brian Troha, Andy Welburn, Lord Nightmare] 2022-09-22 22:28:31 -04:00
arbee
f9adf9ffaa sonydriv.cpp: retired. [R. Belmont] 2022-09-22 22:17:28 -04:00
arbee
36f2cac9a7 lisa.cpp: preliminary switch to modern IWM/floppy devices. [R. Belmont] 2022-09-22 22:09:51 -04:00
0kmg
e1c5d065c1
sv8000.xml: Added Japanese titles and release years, and changed ROM sizes to hexadecimal. (#10357) 2022-09-23 10:08:29 +10:00
arbee
d14b57c4c0 apple2cp: fix VBL register access, solves hang in Prince of Persia [R. Belmont] 2022-09-22 19:23:17 -04:00
0kmg
7dfa4bd8b7
bandai/sv8000.cpp: Halved CPU clock. Fixes games running too fast. (#10358) 2022-09-22 23:52:57 +02:00
Ivan Vangelista
2756b999dc snes.cpp updates:
- 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
2022-09-22 18:52:27 +02:00
Ivan Vangelista
4739838899 New clones marked as NOT_WORKING
--------------------------------
Strikers 1945 III (World) / Strikers 1999 (Japan) (bootleg) [Bigblue709]
2022-09-22 18:00:59 +02:00
AJR
8669c5b717 debuggdbstub.cpp: Use swapendian_int* 2022-09-22 11:11:41 -04:00
AJR
7d0951b662 dp83932c.cpp: Use swapendian_int16 2022-09-22 10:50:11 -04:00
AJR
5738e34596 bus/nubus/nubus_image.cpp, cpu/i386/i486ops.hxx: Use swapendian_int32 2022-09-22 10:30:18 -04:00
Olivier Galibert
9b8e71c78c Adding missing emu.h include 2022-09-22 15:07:28 +02:00
ArcadeShadow
39afa41ec8
ibm5170_cdrom.xml: Added three woring items. (#10349)
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]
2022-09-22 13:03:08 +10:00
goldnchild
80e9b4322a
docs: Updated build prerequisite package names for newer Ubuntu versions. (#10355) 2022-09-22 13:00:26 +10:00
0kmg
560b4e4fd4
famicom_cass.xml: Added six Micom BASIC Magazine games. (#10359)
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]
2022-09-22 12:32:51 +10:00
arbee
1580ab6d31 apple2cp: Use new IWM and floppy system. Writing to 3.5" disks works now. [R. Belmont] 2022-09-21 22:17:36 -04:00
Ivan Vangelista
572ca2807c New clones marked as NOT_WORKING
--------------------------------
Maverick, The Movie (2.00) [Matt’s Basement Arcade, PinMAME]
2022-09-21 21:46:50 +02:00
Ivan Vangelista
51ee3e3bab New working clones
------------------
Soul Calibur (Asia, SOC12/VER.A2) [nnap]
2022-09-21 21:28:25 +02:00
AJR
87d91cba68 e132xs: Cleanups
- Use count_leading_zeros_32 instead of loop for TESTLZ
- Simplify overflow mask calculation for SHL(I)
2022-09-20 22:33:45 -04:00
Vas Crabb
00418d9406 osd/modules/debugger/debugqt.cpp: Don't try closing windows if debugger console wasn't created. 2022-09-21 10:46:06 +10:00
AJR
19c15659dc Update docs on romcmp 2022-09-20 17:32:44 -04:00
Olivier Galibert
ab4680981d mtu130: Implement the banking using the actual sequencer prom 2022-09-20 23:06:26 +02:00
hap
6d5915c1de gamepock: use hd44102_device 2022-09-20 20:58:52 +02:00
hap
bb72f90c85 upd7810: some variables were missing from savestates 2022-09-20 20:58:28 +02:00
hap
b96a2bd807 gamepock, gmaster: do the lcd colors with internal artwork 2022-09-20 19:11:20 +02:00
hap
7d79f0c508 gamepock: remove input tag lookups, add notes 2022-09-20 17:08:55 +02:00
cracyc
867167bb97 hiscore.dat: resort and set changes 2022-09-20 08:48:59 -05:00
smf-
b04231ce1b fixed building with clang 15.0.0 on windows 2022-09-20 10:48:11 +01:00
Vas Crabb
8cedd95c07
Revert "atari/atarigt.cpp:: Add Japanese release of Primal Rage version 2.3. (#10301)" (#10354)
This reverts commit 8f30e3071f.
2022-09-20 19:29:33 +10:00
Robbbert
2564824e17 Updated mess.flt 2022-09-20 15:14:27 +10:00
0kmg
a9b22a67ea
Renamed n2a03 to rp2a03 throughout source tree. (#10343) 2022-09-20 05:43:55 +10:00
Vas Crabb
76541e8c81 Debugger updates:
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.
2022-09-20 04:22:51 +10:00
hap
05d3b10a6c ave_arb: workaround for emumem bug 2022-09-19 19:58:33 +02:00
hap
75caceb1c1 New working software list additions
-----------------------------------
arb: Grand Master Series 3, Sargon 3.5 [Berger]
2022-09-19 19:44:48 +02:00
Devin Acker
4d3eb6c647
sega/megadriv_rad.cpp: add debug button option for dgunl3227 (#10350)
* sega/megadriv_rad.cpp: add debug button option for dgunl3227

* make button C explicitly unused when disabled
2022-09-19 16:11:15 +02:00
ArcadeShadow
09c8809fe3
colexo.xml: Cleaned up metadata. (#10346)
* Replaced Canada country abbreviation by the full name.
* Use lowercase for descriptive text in descriptions ("Alt", "Prototype", "Earlier", Demo, "Bad").
2022-09-20 00:09:45 +10:00
0kmg
a9c504fe3e
- nes.xml: Corrected indorap ROM label. (#10342)
- nintendo/nes_m8.cpp: Made parent set 1 and oldest clone set 3.
2022-09-20 00:07:39 +10:00
ArcadeShadow
50884ba433
c64_cart.xml: Cleaned up metadata. (#10347)
Use lowercase and avoid abbreviations in descriptive text.
2022-09-19 23:47:44 +10:00
ArcadeShadow
85ff367d55
fmtowns_flop_misc.xml: Use lowercase for descriptive text in descriptions. (#10348) 2022-09-19 23:46:22 +10:00
hap
9d08937608 hd44102: add intermediate render buffer 2022-09-19 14:51:41 +02:00
Patrick Mackinlay
0055a33e81 diagnostics: ignore all but type 0x20 symbols 2022-09-19 18:27:27 +07:00
Olivier Galibert
f7445c878b mtu130: Fix 2bpp, fix ipl rom size, implement external rom support. 2022-09-19 11:30:05 +02:00
npwoods
5499683a23
Changed fs::manager_t::enumerate_f() to simplify logic within file system drivers (#10106)
* Changed fs::manager_t::enumerate_f() to simplify logic within file system drivers

enumerate_f() used to contain quite a bit of boilerplate logic to determine whether a particular floppy type should be added.  This change attempts to move this logic outside the file system drivers to simplify the drivers.

The riskiest part of this change is unformatted_image::enumerate_f().  I attempted to replicate the logic that was previously determining with unformatted image types to use, but the logic is tricky and it isn't clear to me that replicating the logic is the correct action - I may be cargo culting.

* Fix to floppy_image_device::fs_enum::add_raw()

* Updating FS_FAT to reflect this PR

* On the advise of Sarayan, I moved the filtering to the fs::manager_t::fs_enum base class.  This is actually a less intrusive change than what I originally had because it keeps the unformatted raw image handling closer to what we had previously.

Some misgivings about these changes:
1. We now have fs::manager_t::fs_enum::add() being a thin call that invokes a protected method called fs::manager_t::fs_enum::add_format().  Better ideas for names are welcome.
2. It feels odd that we've removed the need to do filtering from the various FS modules, but the unformatted module has to ask the fs_enum() for its internal variables for filtering to perform the same logic.  This seems to be the least worst option

Feedback is welcome
2022-09-19 08:33:50 +02:00
Vas Crabb
e1e30896f5 bus/gameboy: Improved GBCHK003 notes. 2022-09-19 05:32:48 +10:00
Vas Crabb
796d8d6720 bus/gameboy: Fixes for multi-game cartridges.
* Reset the system from a timer callback for the Vast Fame/SL/J.Y.
  Company multi-game cartridges.  This fixes games on gbcolor.
* Reset system when leaving configuration mode for GBCK003.  Fixes most
  issues with games.
* Moved GBCK003 to its own source file, and added notes for both
  multi-game cartridge types.
2022-09-19 03:26:16 +10:00
arbee
ee4095f2f0 debugview.mm: full dark mode support for macOS 10.14 and later [R. Belmont] 2022-09-17 23:01:05 -04:00
hap
79e178bcd3 gamepock: merge driver files 2022-09-18 01:40:18 +02:00
hap
ec295d16b6 upd7810: upd78c06 has internal rom 2022-09-18 01:15:31 +02:00
ArcadeShadow
e5bc8a44bd
spectrum_cass: New working software list additions (#10339)
* spectrum_cass: New working software list additions

New working software list additions
-----------------------------------
Carlos Sainz (Musical 1) [spectrumcomputing.co.uk]
Cyberball (Erbe) [spectrumcomputing.co.uk]
Ficheiro Astor [Planeta Sinclair]
Forbidden Planet (Design Design) [spectrumcomputing.co.uk]
Gehen Sie in das Gefängnis [spectrumcomputing.co.uk]
Gemini Wing (Dro Soft) [spectrumcomputing.co.uk]
Golden Basket [spectrumcomputing.co.uk]
Ilha dos Espiões (Timex) [Planeta Sinclair]
Spectrum Organ (Mark Lawrence) [Planeta Sinclair]

Redump software
-----------------------------------
Comecocos (Investronica) [spectrumcomputing.co.uk]
Go To Jail (release 1) [spectrumcomputing.co.uk]
Nightmare Rally (set 3, Erbe) [spectrumcomputing.co.uk]
2022-09-17 19:10:43 -04:00