Commit Graph

80704 Commits

Author SHA1 Message Date
Vas Crabb
f7a8ad4fc7 Revert "Better rules for generating .po files - multiple jobs have an effect now."
Need to find a better way of doing this without causing .po files to be
rebuilt on every build.  The commit is still there for reference.

This reverts commit efe9c1e728.
2021-10-18 19:35:50 +11:00
Vas Crabb
efe9c1e728 Better rules for generating .po files - multiple jobs have an effect now. 2021-10-18 19:29:01 +11:00
Ivan Vangelista
d5710dd8a7 - koikoi.cpp: added reference video for colors
- williams.cpp: corrected bubbles labels and updated comments [Corrado Tomaselli, Brian Troha]
2021-10-18 06:32:58 +02:00
Robbbert
2c82ebae0d gst80,gts80a,gts80b: WIP. Some games can be played. 2021-10-18 13:36:22 +11:00
cracyc
1a5fe419c2 pc_vga: add xga blits 2021-10-17 16:47:13 -05:00
Vas Crabb
0ba5d664f9 Add new files to SDL OSD as well as Mac OSD. 2021-10-18 08:46:17 +11:00
Vas Crabb
40a30af10f Still more user experience improvements:
Changed the default mapping for UI select to not trigger on Alt+Enter
fullscreen toggle.  (Fullscreen toggle still doesn't work in menus -
actually fixing that is complicated.)

frontend: Made the about box wrap text properly, made the title and
backtrack menu item always visible, and added a footer with the VCS
revision.

frontend: Don't highlight the favourites and info toolbar buttons if
there's no selection (can happen if filters produce no results).  Also
made the info viewer appear even if no info is available - it's less
confusing to see an empty menu than wonder why clicking the button does
nothing.

debugger: Added a register points view to the GUI debuggers, to go with
the breakpoints and watchpoints views.

debugger: Extended [brw]p(clear|(en|dis)able) commands to accept
multiple arguments to perform the same action on multiple
(break|watch|register)points at once.  Also made rplist accept a CPU for
showing a single CPU's register points ([bw]plist already support this).

docs: Updated registerpoints debugger commands page, and updated other
pages for latest extensions to syntax.
2021-10-18 08:22:21 +11:00
tim lindner
0a82b82684
New Working Clone
-------------------
Instituto Latinoamericano de la Comunicación Educativa / Secretaría de Educación Pública Micro-SEP 1600 [Tim Lindner]
2021-10-17 15:02:27 -04:00
0kmg
317b122ecb
bus/nes: Continued work on VRC4 and clone boards. (#8713)
- Tweaked VRC4 class to make it easier to extend for clones and multicarts. The main new pieces are: a centralized and more flexible function for PRG banking and an overridable IRQ acknowledge function.
- Added support for 830506C board.
- Added support for unknown board for Yu Yu Hakusho/Dragon Ball Z 2-in-1.
- Made a small simplification to TF1201 using new IRQ function.

New working software list additions (nes.xml)
-----------------------------------
1994 Super HiK 4 in 1 (JY-005) [famiac, NewRisingSun]

Software list items promoted to working (nes.xml)
---------------------------------------
2 in 1 - Yu Yu + Dragonball Z
2021-10-17 11:45:09 -04:00
Yvan Janssens
7ed0317ddc
sun4.cpp: Added preliminary Sun4/25 support. (#8691)
New clones marked as not working
-----------------------------
Sun Microsystems SPARCstation ELC (Sun 4/25) [Yvan Janssens]
2021-10-17 23:48:30 +11:00
0kmg
a7b07bab17
bus/nes: Improved support for Super Cool Boy and related multicarts. (#8706)
* Also renamed set mc_4scb and made it a clone of one of the new additions.

New working software list additions (nes.xml)
-----------------------------------
Super Cool Boy 3 in 1 (ABAB CB-403x) [NewRisingSun]
Super Cool Boy 4 in 1 (CB-4011) [Consolethinks, NewRisingSun]
Super Cool Boy 4 in 1 (CB-4034) [Consolethinks, NewRisingSun]
Super Cool Boy 4 in 1 (CB-4035) [CaH4e3, NewRisingSun]
4 in 1 (JH-274) [anonymous]
1998 HIGH 4 in 1 (YH-463) [anonymous]
4 in 1 (YH-4103) [anonymous]
2021-10-17 23:45:10 +11:00
0kmg
b856132ffa
bus/nes: VRC2 only supports two mirroring modes. (#8714)
- Fixes several graphics glitches in Wai Wai World.
2021-10-17 23:41:18 +11:00
Dirk Best
036b19cf5b speedbsk: Set ppi tristate to prevent bogus write 2021-10-17 10:26:47 +02:00
Dirk Best
944517f226 speedbsk: Hook up service mode LCD and maincpu IRQ 2021-10-17 10:17:53 +02:00
AJR
02c66ada3a marineb.cpp: Updates and fixes
- More accurate interrupt generation
- Add watchdog timer
- Workaround for hang after soft reset
2021-10-16 22:07:49 -04:00
AJR
43e25e6168 am9517a: Updates
- Store actual line state in status register, correcting to logical state when used
- Revert previous change that corrupted DREQ input state when the mask register was written to (3b15113002)
- Add configuration methods to define initial state for DREQ inputs being active low (or high)
- Add a few more internal helper functions
- Disable side effects of reads for debugging
2021-10-16 19:05:22 -04:00
Vas Crabb
e1652298a5 frontend: Further improved behaviour of info box on system selection menu, and fixed alignment issues. 2021-10-17 09:34:08 +11:00
Vas Crabb
14fc0b2a76 frontend: fixed horizontal offset on text boxes with blank lines. 2021-10-17 09:02:26 +11:00
Vas Crabb
0fd4461d3d frontend: Better code for carrying justification across when wrapping. 2021-10-17 08:22:28 +11:00
Vas Crabb
cd57640deb Regenerate and patch up translation files for latest UI work. 2021-10-17 08:00:51 +11:00
Vas Crabb
22f52553f7 frontend: Cleaned up rendering of info views.
Put the description for systems in the info box - it's useful for the
fruit machines with very long names that are truncated in the list.
Also stopped truncating manufactuer and parent name in the info box.

Made the text layout class capable of handling lines containing
combinatations of left/centre/right-justified text and got rid of the
legacy UI manager text wrapping function.  Made the system/software
selection menus and the info viewer share the same code for formatting
info text.  This means the multi-column layout works properly in the
info viewer now, and the code is a lot simpler.  Also the
system/software selection menus don't have to redo the text layout every
frame now.

Made the info viewer update the text layout if the output aspect ratio
changes, and cleaned up more legacy code.  The lines in the info viewer
are no longer bogus "menu items", and there's a lot less special-case
code to support it in the base menu class.

This commit includes an update to the Chinese translations from YuiFAN.
2021-10-17 06:58:12 +11:00
Ivan Vangelista
aa3ae2cf17 New working software list additions
-----------------------------------
megadriv.xml: Mortal Kombat (prototype) [drx, The Hidden Palace]
2021-10-16 13:10:13 +02:00
ClawGrip
75c37c4724
New WORKING clone (#8700)
* New WORKING clone
------------------------------------
City Attack (Petaco S.A., bootleg of Pleiads) [Retromaniacs]

* Confirmed that "Pleiads (Irecsa)" is a bootleg
2021-10-15 20:51:35 -04:00
Vas Crabb
c477606b09 Updated translation files for latest changes. 2021-10-16 04:44:39 +11:00
Ivan Vangelista
aa3f5d5875 New working clones
------------------
Guttang Gottong (Sede 3 bootleg on Galaxian type hardware) [Retromaniacs]
2021-10-15 19:03:08 +02:00
AJR
86317d1f14 speedbsk.cpp: Map devices 2021-10-15 12:51:26 -04:00
Ivan Vangelista
edc339dbca New machines marked as NOT_WORKING
----------------------------------
Exciting Boat Race [Phil Bennett]
Speed Basketball [Tailsnic Retroworks]
2021-10-15 17:12:35 +02:00
MetalliC
6c43b00aef naomi.cpp: document Driving sim GD-ROMs 2021-10-15 17:45:02 +03:00
hap
20e8fb5724 pc8401a: remove wrong comment 2021-10-15 15:49:26 +02:00
Vas Crabb
64a579f4d2 Fixed syntax errors in translation files. 2021-10-15 18:37:52 +11:00
Vas Crabb
730951b7d7 Updated Chinese translations. [YuiFAN] 2021-10-15 18:31:40 +11:00
0kmg
ee2b150a6e
nes.xml: Fixed name and alt title for Rough World. (#8702) 2021-10-15 17:56:16 +11:00
Firehawke
3293204f9e
Fixed E7 cracks, some additional new apple2_flop_clcracked disks. (#8537)
A number of Apple II cleanly cracked disks were re-cracked due to a
compatibility issue with IWM disk controllers on Apple IIc/IIgs
machines; while MAME was not affected by this issue, these sets are
being treated as promoted to working as real hardware still exists to
use these disk images.

Imperfect E7 cracks will not function on specific combinations of drives
and newer Apple II machines due to subtle timing issues, but run fine
on MAME and other emulators. Some, mostly Epyx, were not previously.

New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------
Woolly Bounce (Version 1.0) (800K 3.5") [4am, Firehawke]
The Hitchhiker's Guide to the Galaxy (Release 56 / 841221) [4am, Firehawke]
The Hitchhiker's Guide to the Galaxy (Release 58 / 851002) [4am, Firehawke]
The Hitchhiker's Guide to the Galaxy (Release 31 / 871119) [4am, Firehawke]
Beyond Zork (Release 49 / 870917) [4am, Firehawke]
Beyond Zork (Release 57 / 871221) [4am, Firehawke]
Border Zone (Release 9 / 871008) [4am, Firehawke]
Bureaucracy (Release 86 / 870212) [4am, Firehawke]
ProDOS (Version B.1A 09-DEC-82) [4am, Firehawke]
Picture Chompers (Version 1.0) (800K 3.5") [4am, Firehawke]
Number Munchers (Version 1.3) (800K 3.5") [4am, Firehawke]
Mystery Objects (Version 1.1) (800K 3.5") [4am, Firehawke]
Littletown Zoo (800K 3.5") [4am, Firehawke]
Invisible Bugs (Version 1.1) (800K 3.5") [4am, Firehawke]

New working software list additions (apple2_flop_clcracked.xml)
---------------------------------------------------------------
Street Sports Baseball [4am, Firehawke]
Street Sports Football [4am, Firehawke]
Sub Battle Simulator [4am, Firehawke]
Summer Games [4am, Firehawke]
Summer Games II [4am, Firehawke]
Temple of Apshai Trilogy [4am, Firehawke]
The Ancient Art of War at Sea [4am, Firehawke]
The Games: Winter Edition [4am, Firehawke]
Winter Games [4am, Firehawke]
The World's Greatest Football Game [4am, Firehawke]
World Karate Championship [4am, Firehawke]
Ricochet [4am, Firehawke]
Spiderbot [4am, Firehawke]
Street Sports Basketball [4am, Firehawke]
Street Sports Soccer [4am, Firehawke]
The Movie Monster Game [4am, Firehawke]
Spy vs. Spy III: Arctic Antics [4am, Firehawke]
The Sporting News: Baseball [4am, Firehawke]
The World's Greatest Baseball Game (cleanly cracked) [4am, Firehawke]
RoboCop [4am, Firehawke]

Software list items promoted to working
---------------------------------------
apple2_flop_clcracked.xml: Mind Mirror (cleanly cracked) [4am, san inc., Firehawke]
apple2_flop_clcracked.xml: Where in Time is Carmen Sandiego (Version 1.0) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: All About America (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Animate (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Bank Street StoryBook (Version 1.1) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Bank Street Writer II (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Boulderdash Construction Kit (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Centauri Alliance (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Creative Play (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Dondra - A New Beginning (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: English Achievement IV (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Felony (Thunder Mountain release) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Goldfinger (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Microzine 7 (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Microzine 9 (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Microzine 14 (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: High Stakes (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: In Search of the Most Amazing Thing (Revision 2) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Indiana Jones in Revenge of the Ancients (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Kung Fu Master (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Locksmith (Version 5.0 Revision C) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Locksmith (Version 5.0 Revision F) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Mathematics Skills Software Level 2 (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Mr. Pixel's Cartoon Kit (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Multiple Choices (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Mystery Sentences (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Operation Frog (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Project Space Station (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Pyramid Puzzler (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Secret Filer (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Ten Little Robots (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Forbidden Castle (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Fractions (Version 3.1 / 25-NOV-83) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Mastering the SAT (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Millionaire (Release 2) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Tag Team Wrestling (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Sub Mission (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: The Eidolon (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Techno Cop (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: The Circuit Simulator (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Where in Europe is Carmen Sandiego? (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Story Maker (64K Version) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Robot Odyssey (Version 1.1) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Reading Workshop: Distant Views (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Story Tree (Version 1.4) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Winnie the Pooh in the Hundred Acre Wood (Sierra On-Line) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Soko-Ban (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Swiss Family Robinson (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Tink! Tonk! - Tuk Goes to Town (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Reading Workshop: Running Free (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Voodoo Island (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Success with Typing (Version 1.2) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Tales of Mystery (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: The Wizard of Oz (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Robot Odyssey I (Version 2.0) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Tink! Tonk! Tink's Subtraction Fair (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Tonk in the Land of the Buddy-Bots (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Where in the USA is Carmen Sandiego? (Version 26-APR-1989) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Where in the World is Carmen Sandiego? (Version 15-AUG-1989) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Treasure Island (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Computer Preparation for the SAT (Version 1.1A) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: The World's Greatest Baseball Game (Enhanced Version) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Certificates and More! (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Algebra Volume 6 (Version 1.0) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Where in North Dakota is Carmen Sandiego? (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Conceptor (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: The Math Twister (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Dondra: A New Beginning (Revision 2) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: MECC-A405 Sports Stats (Version 1.0) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Algebra Volume 4 (Version 1.1) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Algebra Volume 3 (Revision 0) (cleanly cracked) [4am, Firehawke]

Software list items promoted to working
---------------------------------------
apple2_flop_clcracked.xml: Five in a Row - Addition and Subtraction (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: Rocky's Boots (Version 4.0) (cleanly cracked) [4am, Firehawke]
apple2_flop_clcracked.xml: The Hangtown Trilogy (Version 2.2) (cleanly cracked) [4am, Firehawke]

New working software list additions (apple2_flop_orig.xml)
----------------------------------------------------------
Magic Spells (Version 2.3) (800K 3.5") [4am, Firehawke]
Math Rabbit (Version 1.3) (800K 3.5") [4am, Firehawke]
Think Quick! (Version 1.4) (800K 3.5") [4am, Firehawke]
Word Attack! (Version 06.01.87) (800K 3.5") [4am, Firehawke]
Word Attack Plus! (Version 1.2) (800K 3.5") [4am, Firehawke]
Word Attack Plus! French (Version 1.3) (800K 3.5") [4am, Firehawke]
Word Attack Plus! Spanish (Version 1.2, 09.01.88) (800K 3.5") [4am, Firehawke]
SuperPrint II (800K 3.5") [4am, Firehawke]
Track Attack [4am, Firehawke]
The Print Shop [4am, Firehawke]
Genesis [4am, Firehawke]
Killed Until Dead [4am, Firehawke]

New working software list additions (apple2_flop_clcracked.xml)
---------------------------------------------------------------
Match Maker Biology Facts (cleanly cracked) [4am, Firehawke]
The Dam Busters (cleanly cracked) [4am, Firehawke]
A Question of Scruples (cleanly cracked) [4am, Firehawke]
The Basics of BASIC (cleanly cracked) [4am, Firehawke]
Solo Flight (cleanly cracked) [4am, Firehawke]
PFS (Version A.02, 1980-10-23) (cleanly cracked) [4am, Firehawke]
Boulder Dash II (cleanly cracked) [4am, san, Firehawke]
Ape Escape (cleanly cracked) [4am, Firehawke]
Trompers (cleanly cracked) [4am, Firehawke]
Squire (Version 1.0) (cleanly cracked) [4am, Firehawke]
Interlude II (cleanly cracked) [4am, Firehawke]
Who Framed Roger Rabbit (cleanly cracked) [4am, Firehawke]
Logic Builders (cleanly cracked) [4am, san, Firehawke]
PFS (Version B.00, 1981-01-03) (cleanly cracked) [4am, Firehawke]
Algebra Volume 1 (Version 1.1.2) (cleanly cracked) [4am, Firehawke]
Pop 'R Spell (Rev 2) (cleanly cracked) [4am, Firehawke]
Multidimensional Personality Evaluation (cleanly cracked) [4am, Firehawke]
Serendipity (cleanly cracked) [4am, Firehawke]
Inca (cleanly cracked) [4am, Firehawke]
The Holy Grail (cleanly cracked) [4am, Firehawke]
How to Read in the Content Areas (cleanly cracked) [4am, Firehawke]
Mixed Number Concepts (cleanly cracked) [4am, Firehawke]
PFS:Write (Version 26-APR-86) (cleanly cracked) [4am, Firehawke]
Conjecture (cleanly cracked) [4am, Firehawke]

New working software list additions (apple2gs_flop_orig.xml)
------------------------------------------------------------
King's Quest II (Version 2.0A) [4am, Firehawke]
Solitaire Royale (Version 1.0) [4am, Firehawke]
2021-10-15 17:55:04 +11:00
Vas Crabb
72cf79bb9a Actually commit the workaround for Xcode's issues with reference wrapper casts. 2021-10-15 11:26:45 +11:00
Vas Crabb
292178da5c frontend: Two bug fixes.
Audit menu was using one variable for two things, which obviously
doesn't work.

DIP switch menu could trigger spurious clicks on for systems with too
many DIP switch groups to show.

Also work around Xcode's issues with casting non-const to const
reference wrappers.
2021-10-15 11:18:52 +11:00
Vas Crabb
f1f9992f90 frontend: Show full sofware name in right panel for favourites, too. 2021-10-15 10:21:50 +11:00
Vas Crabb
22bc3486c3 More user experience improvements:
frontend: Made it possible to cancel a media audit while it's in
progress.  Also made the media audit multi-threaded so it's faster.

frontend: Made the DIP switches in the DIP switch preview clickable.

frontend: Made the system and software selection menus leave focus on
the same system when clearing the search rather than jumping to the
first item.  Also fixed a couple of bugs in the logic for keeping the
selected item visible.

frontend: Fixed a few places that weren't showing localised system
names.

frontend: Made UI Cancel clear a search in the file manager the same way
it does on the system and sofware selection menus.

frontend: Made it possible for plugin menus to handle UI Cancel more
naturally, backing up to the previous plugin menu rather than dropping
straight back to the list of plugins.  Updated the autofire, cheat and
cheatfind plugins, and fixed a few other issues in the cheatfind plugin.

debugger: Made the mount and unmount commands accept instance names as
well as brief instance names.  Also updated another page of debugger
documentation.
2021-10-15 10:12:56 +11:00
Ivan Vangelista
3e8763bea5 a1supply.cpp updates:
- dumped another PCB for TV Poker [f205v]
- PCBs use a 4040 CPU
- added NO_DUMPs to tv21_3 set
- updated ROM labels
2021-10-14 18:13:36 +02:00
0kmg
e63b7a9ab9
bus/nes: Added a couple bootleg games using VRC2 clone hardware. (#8699)
- Also convert 900218 board from VRC4 clone to VRC2 clone.

New working software list additions (nes.xml)
-----------------------------------
Batman - The Video Game (Brazil, pirate) [Fisher]
Fudou Myouou Den (pirate) [anonymous]
2021-10-14 10:57:26 -04:00
0kmg
0c7a624ce9
bus/nes: Corrected VRC4/6/7 IRQ pseudo-scanline counter. (#8695)
- This eliminates the constant shaking in TMNT2J and Akumajo Special's status bars and full screen shaking in some vertical stages (Clock Tower at least) in Akumajo Densetsu.
2021-10-14 10:57:04 -04:00
0kmg
ffe92ecc72
nes.xml: Added a pair of promotional releases. (#8701)
New working software list additions
-----------------------------------
Gotta Protectors - Amazon's Running Diet [kmg]
Minna de Mamotte Knight - Amazon no Daisakusen [kmg]
2021-10-14 07:08:52 -04:00
Ivan Vangelista
afc2ca17f1 asuka.cpp: split in subclasses 2021-10-14 06:24:31 +02:00
Vas Crabb
96ca1dbd96 More user experience improvements:
frontend: Allow clicking the adjuster arrows on menu items.  This allows
things like video options and DIP switches to be configured using a
mouse only.  Also fixed a bug preventing paging menus with a mouse if
the first item scrolled off the bottom is not selectable.

debugger: Allow wplist and bplist to accept a CPU argument to list
breakpoints/watchpoints for a single CPU only.

debugger: Fixed some corner cases in address space syntax in memory
accesses, and allowed memory region accesses to use tags relative to the
visible CPU.

emu/softlist.cpp: Ignore notes elements when loading software lists.
It's effectively a comment that isn't a comment syntactically, it's
being used for things that are not useful to display in the internal UI,
and it slows down startup.

docs: Updated three more pages of debugger documentation.  Also updated
more of the built-in debugger help.

minimaws: Fixed up schema for software list notes, made sofware list
notes display initially collapsed.
2021-10-14 08:00:04 +11:00
Robbbert
75f9660fa2 lckydrawa: added note 2021-10-14 05:05:57 +11:00
BraiNKilleRGR
b6c845250b
Updated Greek Translation (#8694) 2021-10-14 01:13:59 +11:00
hap
7667e0699d bujutsu: correct game title 2021-10-13 14:06:01 +02:00
Robbbert
e48fad2879 lckydraw: added coin counter. 2021-10-13 20:01:42 +11:00
Devin Acker
8962638b77
Casio CTK-551 [Daivn Acker]
* New machine marked as NOT_WORKING
----------------------------------
Casio CTK-551 [Devin Acker]
2021-10-13 09:35:00 +02:00
AJR
a15538b4ae sparc: Add support for over/out disassembler flags 2021-10-12 23:53:57 -04:00
cracyc
e9db0518e7 konmedal020: add xga skeleton and few oak bits 2021-10-12 21:56:24 -05:00