Skip to content

Commit 38c1bd8

Browse files
committed
Updated README for release
1 parent 7b0076a commit 38c1bd8

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,22 @@ Please report any issues encountered to this repo. Most likely any problems are
1010

1111
ROMs should be placed in `/Assets/snes/common`
1212

13-
PAL ROMs are currently not supported
13+
PAL ROMs should boot, but there may be timing issues as the core currently doesn't properly support PAL (proper support coming soon).
1414

1515
## Features
1616

1717
### Dock Support
1818

19-
Core supports two players/controllers via the Analogue Dock. Multitap and four player support coming soon.
19+
Core supports four players/controllers via the Analogue Dock. To enable four player mode, turn on "Use Multitap" setting.
2020

2121
### Expansion Chips
2222

23-
The currently supported expansion chips are SA-1 (Super Mario RPG), Super FX (GSU-1/2; Star Fox), S-DD1 (Streat Fighter Alpha 2), and CX4 (Mega Man X 2). Additional chip support will come in the future as I rearrange memory and wait on several new features from Analogue.
23+
The currently supported expansion chips are SA-1 (Super Mario RPG), Super FX (GSU-1/2; Star Fox), DSP (Super Mario Kart), and CX4 (Mega Man X 2). Additional chip support will come in the future once several new firmware features are released.
24+
25+
**NOTE:** The SDD1 chip was dropped in release 0.2.0 due to sizing and popularity issues. Support will resume in a future release.
2426

2527
### Video Modes
2628

27-
The Analogue Pocket framework doesn't currently allow for customizing video modes directly, so if you dislike the default 8:7 aspect ratio/want to change to 4:3, you can change it by modifying `Cores/agg23.SNES/video.json` and rearranging the config objects.
29+
The Analogue Pocket framework doesn't currently allow for customizing video modes directly, so if you dislike the default 8:7 aspect ratio/want to change to 4:3, you can change it by modifying `Cores/agg23.SNES/video.json` and rearranging the config objects.
30+
31+
Proper PAL support also requires editing these files to have an expanded vertical pixel height.

dist/Cores/agg23.SNES/core.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"description": "Super Nintendo and Super Famicom. Nintendo's second major home console",
88
"author": "agg23",
99
"url": "https://github.com/agg23/openfpga-snes",
10-
"version": "0.1.0",
11-
"date_release": "2022-09-16"
10+
"version": "0.2.0",
11+
"date_release": "2022-09-19"
1212
},
1313
"framework": {
1414
"target_product": "Analogue Pocket",

dist/Cores/agg23.SNES/info.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ Port by agg23. Core by srg320.
22

33
Super Nintendo Entertainment System (SNES), referred to as the Super Famicom (SFC) in Japan was the second home console produced by Nintendo. A 16-bit console that remains hugely popular to this day due to its expansive library and impressive enhancement chips.
44

5-
Core should support 2 controllers (when connected to the Dock), and the SA1, Super FX (GSU), CX4, and SDD1 expansion chips (more coming later). Please report all issues to agg23, as most likely any issues experienced are issues with the port, not the core.
5+
Core supports 4 controllers (when connected to the Dock), and the SA-1, Super FX (GSU), DSP, and CX4 expansion chips (more coming later). Please report all issues to agg23, as most likely any issues experienced are issues with the port, not the core.

0 commit comments

Comments
 (0)