From 9dfa788040a113dcac6f595e2eb6dd95204750ef Mon Sep 17 00:00:00 2001 From: gunfight Date: Thu, 16 May 2002 10:08:18 +0000 Subject: [PATCH] Check in of Cyberstella 1.2.1 - Completely removed the built-in games - Renamed "Readme.txt" into "CyberstellaTodo.txt" and moved it into the root of the stella project. - Added a few initilal Cyberstella informations to changes.txt. The WIN32 version now joins this log. git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@102 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba --- stella/Changes.txt | 8 +++++++ .../ReadMe.txt => CyberstellaTodo.txt} | 2 -- stella/src/ui/cyberstella/Cyberstella.dsp | 24 +++++++++++++++---- stella/src/ui/cyberstella/CyberstellaView.cpp | 24 +++++++++---------- 4 files changed, 40 insertions(+), 18 deletions(-) rename stella/{src/ui/cyberstella/ReadMe.txt => CyberstellaTodo.txt} (96%) diff --git a/stella/Changes.txt b/stella/Changes.txt index 37384ee0d..9c10d2fb3 100644 --- a/stella/Changes.txt +++ b/stella/Changes.txt @@ -12,6 +12,14 @@ Release History =============================================================================== +Cyberstella 1.2.1 (May 16, 2002) + + * Removed the built-in games until some legal stuff is sorted out + +Cyberstella 1.2 (May 10, 2002) + + * Initial release of a new WIN 32 port of Stella + DOS 1.2 to DOS 1.2.1: (April 28, 2002) * Fixed a bug with control keys being confused with the pause key diff --git a/stella/src/ui/cyberstella/ReadMe.txt b/stella/CyberstellaTodo.txt similarity index 96% rename from stella/src/ui/cyberstella/ReadMe.txt rename to stella/CyberstellaTodo.txt index f7557e9a3..8650c4aa2 100644 --- a/stella/src/ui/cyberstella/ReadMe.txt +++ b/stella/CyberstellaTodo.txt @@ -1,7 +1,5 @@ Cyberstella V1.2 -Currently Open Todos: - Urgent: - Reasonably reduce the appearance of advertisment MessgageBoxes. - Check if games are running without stella.pro (?!?) diff --git a/stella/src/ui/cyberstella/Cyberstella.dsp b/stella/src/ui/cyberstella/Cyberstella.dsp index 7a4c96cf2..a682e659f 100644 --- a/stella/src/ui/cyberstella/Cyberstella.dsp +++ b/stella/src/ui/cyberstella/Cyberstella.dsp @@ -449,6 +449,14 @@ SOURCE=..\..\emucore\Control.hxx # End Source File # Begin Source File +SOURCE=..\..\emucore\Deserializer.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\emucore\Deserializer.hxx +# End Source File +# Begin Source File + SOURCE=..\..\emucore\Driving.cxx # End Source File # Begin Source File @@ -537,6 +545,14 @@ SOURCE=..\..\emucore\Random.hxx # End Source File # Begin Source File +SOURCE=..\..\emucore\Serializer.cxx +# End Source File +# Begin Source File + +SOURCE=..\..\emucore\Serializer.hxx +# End Source File +# Begin Source File + SOURCE=..\..\emucore\Sound.cxx # End Source File # Begin Source File @@ -658,15 +674,15 @@ SOURCE=..\..\emucore\m6502\src\bspf\src\bspf.hxx # End Source File # Begin Source File +SOURCE=..\..\..\CyberstellaTodo.txt +# End Source File +# Begin Source File + SOURCE=..\..\build\M6502Hi.ins # End Source File # Begin Source File SOURCE=..\..\build\M6502Low.ins # End Source File -# Begin Source File - -SOURCE=.\ReadMe.txt -# End Source File # End Target # End Project diff --git a/stella/src/ui/cyberstella/CyberstellaView.cpp b/stella/src/ui/cyberstella/CyberstellaView.cpp index 24614f5c7..94a3472f1 100644 --- a/stella/src/ui/cyberstella/CyberstellaView.cpp +++ b/stella/src/ui/cyberstella/CyberstellaView.cpp @@ -215,25 +215,25 @@ LRESULT CCyberstellaView::displayNote(WPARAM wParam, LPARAM lParam) void CCyberstellaView::OnGunfight() { playRom(IDG_GUNFIGHT); - MessageBox("If you'd like to play Gunfight on a real VCS, you can order a cartridge for only $16\nfrom http://webpages.charter.net/hozervideo!", "Commercial Break", MB_OK); + //MessageBox("If you'd like to play Gunfight on a real VCS, you can order a cartridge for only $16\nfrom http://webpages.charter.net/hozervideo!", "Commercial Break", MB_OK); } void CCyberstellaView::OnJammed() { playRom(IDG_JAMMED); - MessageBox("If you'd like to play Jammed on a real VCS, you can order a cartridge for only $16\nfrom http://webpages.charter.net/hozervideo!", "Commercial Break", MB_OK); + //MessageBox("If you'd like to play Jammed on a real VCS, you can order a cartridge for only $16\nfrom http://webpages.charter.net/hozervideo!", "Commercial Break", MB_OK); } void CCyberstellaView::OnQb() { playRom(IDG_QB); - MessageBox("If you'd like to play Qb on a real VCS, you can order a cartridge for only $16\nfrom http://webpages.charter.net/hozervideo!", "Commercial Break", MB_OK); + //MessageBox("If you'd like to play Qb on a real VCS, you can order a cartridge for only $16\nfrom http://webpages.charter.net/hozervideo!", "Commercial Break", MB_OK); } void CCyberstellaView::OnThrust() { playRom(IDG_THRUST); - MessageBox("If you'd like to play Thrust on a real VCS, you can order a cartridge for only $25\nfrom http://webpages.charter.net/hozervideo!", "Commercial Break", MB_OK); + //MessageBox("If you'd like to play Thrust on a real VCS, you can order a cartridge for only $25\nfrom http://webpages.charter.net/hozervideo!", "Commercial Break", MB_OK); } void CCyberstellaView::playRom(LONG gameID) @@ -286,8 +286,8 @@ void CCyberstellaView::playRom(LONG gameID) for(int i=0; i