Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Stella
Commits
468f6657
Commit
468f6657
authored
Jun 07, 2020
by
Stephen Anthony
Browse files
And it never ends. Fix broken support for 2K ROMs.
parent
870905fb
Changes
2
Show whitespace changes
Inline
Side-by-side
src/common/Version.hxx
View file @
468f6657
...
...
@@ -19,6 +19,6 @@
#define VERSION_HXX
#define STELLA_VERSION "6.2"
#define STELLA_BUILD "600
0
"
#define STELLA_BUILD "600
1
"
#endif
src/emucore/CartEnhanced.cxx
View file @
468f6657
...
...
@@ -87,6 +87,8 @@ CartridgeEnhanced::CartridgeEnhanced(const ByteBuffer& image, size_t size,
else
{
mySize
=
size
;
if
(
mySize
<
4
_KB
)
myBankShift
=
11
;
// Allocate array for the ROM image
myImage
=
make_unique
<
uInt8
[]
>
(
mySize
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment