GitXplorerGitXplorer
a

openfpga-wonderswan

public
37 stars
0 forks
3 issues

Commits

List of commits on branch master.
Unverified
073213a2e5992cff23b174d17763cb6354ee862b

chore: Update version number to 1.0.1

aagg23 committed 2 years ago
Unverified
56945ead01ffd9085f346bf6ba6aafb40656c2ab

chore: Clean up of unused lines

aagg23 committed 2 years ago
Unverified
c5e379249e7d962abbbfc5fecebd19af57045600

fix (#3): EEPROM communication not being properly handled

aagg23 committed 2 years ago
Unverified
9b2d78727c437edb35cd35772ce430fdcb763304

chore: Add link to Discord webhook

aagg23 committed 2 years ago
Unverified
9610b16805e8857786bdd177930aab32999b56a5

Added release workflow

aagg23 committed 2 years ago
Unverified
c67e53eb4668b328aa62bcf70c0b1e30d382750b

fix: Properly sync control lines, fixing corruption bug

aagg23 committed 2 years ago

README

The README file for this repository.

WonderSwan Color for Analogue Pocket

Ported from the original core developed by Robert Piep (Patreon). Core icon provided by spiritualized1997. Latest upstream available at https://github.com/MiSTer-devel/WonderSwan_MiSTer

Please report any issues encountered to this repo. Most likely any problems are a result of my port, not the original core. Issues will be upstreamed as necessary.

Installation

Easy mode

I highly recommend the updater tools by @mattpannella and @RetroDriven. If you're running Windows, use the RetroDriven GUI, or if you prefer the CLI, use the mattpannella tool. Either of these will allow you to automatically download and install openFPGA cores onto your Analogue Pocket. Go donate to them if you can

Manual mode

Download the core by clicking Releases on the right side of this page, then download the agg23.*.zip file from the latest release.

To install the core, copy the Assets, Cores, and Platform folders over to the root of your SD card. Please note that Finder on macOS automatically replaces folders, rather than merging them like Windows does, so you have to manually merge the folders.

Usage

ROMs should be placed in /Assets/wonderswan/common/

You must provide the BIOS files for both the original and WonderSwan Color. The BIOSes should be named bw.rom and color.rom, and should be placed in /Assets/wonderswan/common/.

WonderSwan

  • bw.rom
  • MD5: 54B915694731CC22E07D3FB8A00EE2DB

WonderSwan Color

  • color.rom
  • MD5: 880893BD5A7D53FFF826BD76A83D566E

Features

Save States/Sleep + Wake

Known as "Memories" on the Pocket, this core supports the creation and loading of save states, and by extension, the core also supports Sleep + Wake functionality. Tapping the power button while playing will suspend the game, ready to be resumed when powering the Pocket back on.

Fast Forward

Hold the - button (default) to run the WonderSwan at 2.5x speed. Tapping the button will lock fast forward on, and it will continue fast forwarding until the button is pressed again.

Controls

The WonderSwan has a lot of buttons for a handheld in an unusual layout. The default button mappings for the Pocket are as close as I can get to the original control layout.

Horizontal Vertical
Pocket WonderSwan
D-pad X buttons
A A
B B
X Y3
Y Y4
L. Trig Y1
R. Trig Y2
+ Start
- Fast Forward
Pocket WonderSwan
D-pad Y buttons
A X3
B X4
X X2
Y X1
L. Trig A
R. Trig B
+ Start
- Fast Forward

System Settings

  • System Type - Choose what type of WonderSwan to boot. Changing this option requires resetting the core
  • CPU Turbo - Allows the CPU to perform additional processing per frame, which can be used to eliminate some slowdowns.

Video Settings

The WonderSwan has a native refresh rate of 75.4Hz, but the Analogue Pocket doesn't support higher than ~62Hz (and 60Hz on the Dock). This core provides the option to either run the display directly at 60Hz, introducing tearing, or to triple buffer frames at 60Hz, introducing latency and skipping some frames entirely.

  • Triple Buffer - Triple buffer image to prevent tearing. Please note that this does increase latency and will cause frames to be dropped.
  • Flickerblend - Use a combination of 2 or 3 frames of data to perform blending on flickering UI elements. This will decrease the flickering and resolve the flicker into a lighter grey color. Please note that this enables the frame buffer implicitly.
  • Orientation - Lock the screen rotation to a particular direction. When set to Auto, the core will automatically rotate the display.
  • Flip Horizontal - Flips the display whenever the WonderSwan would display in horizontal mode.

Sound Settings

  • Fast Forward - If enabled, play sound when fast forward is active.