Skip to content

Commit

Permalink
Update to ProSystem JG 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
clobber committed Dec 25, 2022
1 parent 03a35ab commit f909b1e
Show file tree
Hide file tree
Showing 106 changed files with 6,352 additions and 21,445 deletions.
32 changes: 32 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Version 1.5.1
-------------
- C Standards compliance improvements
- Build improvements

Version 1.5.0
-------------
- Initial tagged release after fork from ProSystem 1.3e with OpenEmu patches
- Convert from C++ to C
- Partial Expansion Module (XM) support
- XRAM
- XPokey (limited to single Pokey)
- Added support for cartridges with sizes greater than 144k
- Additional bank switching modes and cartridge types
- Multiple bank switching fixes
- Reworked cartridge header detection
- Now properly detects bank switching, RAM, etc.
- Detects Expansion Module (XM)
- Detects High score cartridge
- Detects Pokey at $0450
- Cartridge database
- Added several new cartridge properties
- Pokey at $0450
- Default difficulty switch settings
- Expansion Module (XM) enabled/disabled
- High score cartridge enabled/disabled
- Database content
- Fixed incorrect controller settings for Sirius, Crossbow,
and Alien Brigade
- Added many homebrew cartridges
- Fixed issue occurring when Kangaroo and Holey were enabled (caused
background to be displayed, resulting in large black squares)
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.4.2</string>
<string>1.5.1</string>
<key>NSPrincipalClass</key>
<string>OEGameCoreController</string>
<key>OEGameCoreClass</key>
Expand All @@ -37,7 +37,7 @@
<key>OEGameCorePlayerCount</key>
<string>2</string>
<key>OEProjectURL</key>
<string>http://home.comcast.net/~gscottstanton/</string>
<string>https://gitlab.com/jgemu/prosystem</string>
<key>OESystemIdentifiers</key>
<array>
<string>openemu.system.7800</string>
Expand Down
340 changes: 340 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

132 changes: 0 additions & 132 deletions Lib/Crypt.h

This file was deleted.

Loading

0 comments on commit f909b1e

Please sign in to comment.