* Victor9k Fixing bug in floppy disk sync header sizes
* Victor9K adding support for ramsize CLI flag
* Fixed zone 4 documentation bug
* Correcting mistake in data header sync size, 5 not 6 bytes
* fixed error in sector size comparison & sector count for DS disks
* single-sided disks read/write correctly; double-sided read correctly. DS still corrupting on write
* fixed bug in offset calculation for DS disks
* fixing bug with -ramsize=896K
* updated todo comment
Co-authored-by: Paul Devine <pauldevine+git@gmail.com>
-gameboy.xml, gbcolor.xml: Mark HuC-1 cartridges as using non-volatile
RAM, and demoted to partially supported for lack of IR transceiver
emulation.
-Various cleanups:
* midway/seattle.cpp: Turned San Francisco Rush Boot Code Version L1.06A
into a BIOS option rather than a clone - the game version is the same.
* misc/highvideo.cpp: Use a more obvious pixel loop with fewer tests,
and cleaned up spacing.
* tvgames/micom_mahjong.cpp: Use active low logic for active low key
matrix rather than inverting stuff everywhere.
* pacific/thief.cpp: Cleaned up indentation gone wild.
New working software list additions
-----------------------------------
nes.xml: Wily & Light no RockBoard - That's Paradise (Japan, sample) [Zoda-Y13, Forest of Illusion]
Also got rid of function statics, made some of the other sets in here
that didn't boot, boot, and set some to the correct machine type so the
video renders as it should.
new NOT WORKING machines
------------
Zoomania (Version 10.04, set 1) [Cristiano-MDQ]
Sala Due (Version 3.04) [Cristiano-MDQ]
Paradise (Industrias Brasilerias, Version 1.04) [Cristiano-MDQ]
new NOT WORKING clones
------------
Sala Due (Version 1.04)
Zoomania (Version 10.04, set 2) [Cristiano-MDQ]
- orca/espial.cpp, orca/funkybee.cpp, orca/marineb.cpp, orca/vastar.cpp, orca/zodiack.cpp, pacific/mrflea.cpp, pacific/thief.cpp: consolidated drivers in single files, minor cleanups
Updated Chinese UI translations. [YuiFAN]
Updated Ukrainian UI translation. [Stanley Kid]
gbcolor.xml: Demoted beastfgt to partially supported (HUD blank on GBC),
and demoted emochndx to unsupported due to all kinds of broken
behaviour. Also added chongwu title from title screen as another
alt_title - it's different to the cartridge label.
----------------
c2color_cart.xml: Dì 3 dàn: Zhī Yīngxióng Dǎo Zhī Lièyàn Mó [Peter Wilhelmsen]
c2color_cart.xml: Corrected metadata based on packaging.
Fixes several audio bugs with the noise channel in VS. System games, including:
* High-pitch sound in vsgshoe percussion track.
* Jet sounds in bnglngby.
* Number of tanks killed count screen in btlecity.
* nvs_platoon's bullet and enemies dying sounds are subtly changed.
It's estimated that these letterless CPU versions are in the first two
million or so Famicoms (about 10% of Famicoms sold). There are games
developed on the RP2A03 that have sound glitches on later, more common
Famicoms. For instance, the very last note in the game over melody in
Balloon Fight rings out with a loud buzz on later machines. The new
famicomo driver plays it as the developers must have intended.
New working clones
------------------
Nintendo Famicom (earlier, with RP2A03) [kmg]
----------------------------------
Super Mario Bros. 3 (NES bootleg) [Victor Fernandez (City Game)]
- misc/mcatadv.cpp, misc/oneshot.cpp, taito/retofinv.cpp: consolidated drivers in single files, minor cleanups
ui: Added some missing functionality:
* Added an option to copy input device IDs to the relevant menus.
* Added an item for setting the software lists files path (-hashpath) to
the folder setup menu.
* Allow pasting text from clipboard in most places that allow typing
(searching, entering filenames, entering barcodes).
* Changed the software selection menu heading to be a bit less
misleading.
* Made barcode menu less eager to rebuild itself unnecessarily, and
removed some confusing and apparently pointless code.
Exposed more Lua bindings:
* Added low-level palette objects.
* Added indexed bitmap types.
* Added a bitmap method for extracting pixels from a rectangular area as a
packed binary string.
* Changed screen device pixels method to return width and height in
addition to the pixels.
osd: Added some functionality and cleaned up a little:
* Added a function for copying text to the clipboard.
* Moved function for converting Windows error codes to standard error
conditions to winutil.cpp so it can be used from more places.
* Removed duplicate declaration of osd_get_clipboard_text and made the
function noexcept (including fixing implementations).
* Made macOS implementation of osd_get_clipboard_text skip the encoding
conversion if it finds UTF-8 text first.
* Changed the default -uimodekey setting so it doesn't lose the "not
shift" that stops the default from interfering with UI paste.
Various bug fixes:
* util/unicode.cpp: Fixed the version of utf8_from_uchar that returns
std::string blowing up on invalid codepoints.
* util/bitmap.h: Fixed wrapping constructors for indexed bitmaps taking
the wrong parameter type (nothing was using them before).
* util/bitmap.cpp: Fixed potential use-after-free issues with bitmap
palettes.
* emu/input.cpp, emu/inputdev.cpp: Log 1-based device numbers, matching
what's shown in the internal UI and used in tokens in CFG files.
* emu/emumem.cpp: Added the bank tag to a fatal error message where it
was missing.
docs: Reworked and expanded documentation on configuring stable
controller IDs.
For translators, the changes are quite minor:
* There's a menu item for copying a device ID to the clipboard, and
associated success/failure messages.
* There's the menu item for setting the software list file search path.
* One of the lines in the software selection menu heading has changes as
it could be interpreted as implying it showed a software list name.