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
4d248c97
Commit
4d248c97
authored
Mar 21, 2020
by
Stephen Anthony
Browse files
(Semi) Final update for 6.1 release. I'm sure there's something we've missed.
parent
c7c15c7e
Changes
8
Hide whitespace changes
Inline
Side-by-side
Changes.txt
View file @
4d248c97
...
...
@@ -12,7 +12,7 @@
Release History
===========================================================================
6.0.2 to 6.1: (M
M dd
, 2020)
6.0.2 to 6.1: (M
arch 22
, 2020)
* IMPORTANT NOTES:
- Because of major event remapping changes, all remappings will be reset
...
...
debian/changelog
View file @
4d248c97
stella (6.1-1) stable; urgency=high
* Version 6.1 release
-- Stephen Anthony <sa666666@gmail.com> Sun, 22 Mar 2020 17:09:59 -0230
stella (6.0.2-1) stable; urgency=high
* Version 6.0.2 release
...
...
docs/index_r77.html
View file @
4d248c97
...
...
@@ -58,7 +58,7 @@
<center><h1>
Stella for RetroN 77
</h1></center>
<center><h2>
Atari 2600 VCS emulator
</h2></center>
<center>
Release 6.1
Beta 1
</center>
<center>
Release 6.1
</center>
<center><h2>
Quick Navigation Guide
</h2></center>
<br/>
...
...
src/common/StateManager.hxx
View file @
4d248c97
...
...
@@ -18,7 +18,7 @@
#ifndef STATE_MANAGER_HXX
#define STATE_MANAGER_HXX
#define STATE_HEADER "0600000
8
state"
#define STATE_HEADER "060
1
0000state"
class
OSystem
;
class
RewindManager
;
...
...
src/common/Version.hxx
View file @
4d248c97
...
...
@@ -18,7 +18,7 @@
#ifndef VERSION_HXX
#define VERSION_HXX
#define STELLA_VERSION "6.1
_rc1
"
#define STELLA_BUILD "5
657
"
#define STELLA_VERSION "6.1"
#define STELLA_BUILD "5
729
"
#endif
src/emucore/Console.cxx
View file @
4d248c97
...
...
@@ -745,7 +745,7 @@ void Console::updateVcenter(Int32 vcenter)
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void
Console
::
changeScanlineAdjust
(
int
direction
)
{
Int32
newAdjustVSize
=
myTIA
->
adjustVSize
();
;
Int32
newAdjustVSize
=
myTIA
->
adjustVSize
();
if
(
direction
!=
-
1
&&
direction
!=
+
1
)
return
;
...
...
src/emucore/tia/frame-manager/FrameManager.cxx
View file @
4d248c97
...
...
@@ -236,7 +236,7 @@ void FrameManager::recalculateMetrics() {
throw
runtime_error
(
"frame manager: invalid TV mode"
);
}
myHeight
=
BSPF
::
clamp
<
uInt32
>
(
roundf
(
static_cast
<
float
>
(
baseHeight
)
*
(
1.
f
-
myVSizeAdjust
/
100.
f
)),
0
,
myFrameLines
);
myHeight
=
BSPF
::
clamp
<
uInt32
>
(
roundf
(
static_cast
<
float
>
(
baseHeight
)
*
(
1.
F
-
myVSizeAdjust
/
100.
F
)),
0
,
myFrameLines
);
myYStart
=
BSPF
::
clamp
<
uInt32
>
(
ystartBase
+
(
baseHeight
-
static_cast
<
Int32
>
(
myHeight
))
/
2
-
myVcenter
,
0
,
myFrameLines
);
// TODO: why "- 1" here: ???
myMaxVcenter
=
BSPF
::
clamp
<
Int32
>
(
ystartBase
+
(
baseHeight
-
static_cast
<
Int32
>
(
myHeight
))
/
2
-
1
,
0
,
TIAConstants
::
maxVcenter
);
...
...
src/unix/stella.spec
View file @
4d248c97
...
...
@@ -100,7 +100,7 @@ rm -rf $RPM_BUILD_DIR/%{name}-%{version}
%_datadir/icons/large/%{name}.png
%changelog
*
ddd Jan d
2020 Stephen Anthony <sa666666@gmail.com> 6.1-1
*
Sun Mar 22
2020 Stephen Anthony <sa666666@gmail.com> 6.1-1
- Version 6.1 release
* Fri Oct 11 2019 Stephen Anthony <sa666666@gmail.com> 6.0.2-1
...
...
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