-
Content Count
741 -
Joined
-
Last visited
Community Reputation
1 NeutralAbout Dragnerok X
-
Rank
Dragonstomper
- Birthday 02/19/1991
Contact / Social Media
- eBay
Profile Information
-
Gender
Male
-
Location
Bend, Oregon U.S.A.
-
Interests
batari Basic programming, classic (Mac OS 7 - 9) Macintosh gaming and 60's music consumption.
Recent Profile Visitors
-
Unfortunately, Atari OS has been on at least a two-year hiatus since my last update, largely due to my full-time college schedule. Thankfully, because I'm majoring in CS, I have still kept programming, albeit for college work. I may get back to this project in the next month or two, depending on how my schedule pans out. Last I recall, the program exhibited some framerate issues on the console...
-
Hey, hows that Atari OS coming? Any new updates? Would love to see the latest!
-
[SOLVED] Windows 7 (64-bit) bB Compilation Issue
Dragnerok X replied to Dragnerok X's topic in batari Basic
Sorry NE146, but Batari has beat you to it. -
[SOLVED] Windows 7 (64-bit) bB Compilation Issue
Dragnerok X replied to Dragnerok X's topic in batari Basic
It looks like we have a winner! Combat DX compiles and runs fine, and Zombie Chase *almost* compiles, producing what appears to be a minor error, stating: > "C:\Users\Jimmy\Documents\bB\2600bas.bat" C:\Users\Jimmy\Documents\bB\samples\zombie_chase.bas batari Basic v1.01 (C)2005-2007 2600 Basic compilation complete. DASM V2.20.07, Macro Assembler (C)1988-2003 bytes of ROM space left 91 bytes of ROM space left 91 bytes of ROM space left 91 bytes of ROM space left --- Unresolved Symbol List mul8 0000 ???? (R ) Fatal assembly error: Source is not resolvable. > Process Exit Code: 0 > Time Taken: 00:01 Edit: ...which was easily resolved by placing the line "include div_mul.asm" at the beginning of the file. Indeed, it looks like we're in the clear. Thanks for your help. -
[SOLVED] Windows 7 (64-bit) bB Compilation Issue
Dragnerok X replied to Dragnerok X's topic in batari Basic
Here are text files of the output. Combat_DX.txt zombie_chase.txt -
[SOLVED] Windows 7 (64-bit) bB Compilation Issue
Dragnerok X replied to Dragnerok X's topic in batari Basic
Here you are. bB Assembly Files Part 2.zip -
That was me. After posting, I didn't think I truly could project my hatred of Las Vegas in such a small space, so I deleted the status update.
-
When people post new updates, their old status disappears. Otherwise, they are deleting their status, then updating it, causing it to be removed.
-
[SOLVED] Windows 7 (64-bit) bB Compilation Issue
Dragnerok X replied to Dragnerok X's topic in batari Basic
Slightly different results this time. Here's where zombie chase's compilation fails: > "C:\Users\Jimmy\Documents\bB\2600bas.bat" C:\Users\Jimmy\Documents\bB\samples\zombie_chase.bas batari Basic v1.01 (C)2005-2007 (284): Error: Unknown keyword: C Compilation failed. > Process Exit Code: 0 > Time Taken: 00:00 282 rem if temp6{0} then AUDC1=3:AUDF1=0 else AUDC1=3:AUDF1=1 283 rem AUDV1=temp6&3 284 if level{3} then temp1=8 else temp1=20 285 AUDC1=temp1 286 if temp6{0} then AUDF1=temp1+4 else AUDF1=temp1+5 Interestingly enough, Combat DX fails at the same data statement mentioned before. Attached in the .zip are each game's bB.asm file. bB Assembly Files.zip -
[SOLVED] Windows 7 (64-bit) bB Compilation Issue
Dragnerok X replied to Dragnerok X's topic in batari Basic
Jbs30000, you're using a 64-bit operating system, right? Is there any chance you could try out the instructions I posted above (just move your current bB folder to prevent it from getting erased) to verify that this isn't Windows 7 specific? Ignore this, Batari might be onto something. -
[SOLVED] Windows 7 (64-bit) bB Compilation Issue
Dragnerok X replied to Dragnerok X's topic in batari Basic
PM sent. -
[SOLVED] Windows 7 (64-bit) bB Compilation Issue
Dragnerok X replied to Dragnerok X's topic in batari Basic
If this means anything to you, I navigated to the samples directory using the command prompt and ran "preprocess<zombie_chase.bas>zombie_chase.i", which produced a file without error or objection. However, it appears that this new file is exactly identical to the zombie_chase.bas file that it processed. Here's the data line: 540 data gonextlevel 541 1,2,3,4,5,6,7,8,9,$10,$11,$12,$13,$14,$15,$99 542 end ...and so the hunt continues... -
[SOLVED] Windows 7 (64-bit) bB Compilation Issue
Dragnerok X replied to Dragnerok X's topic in batari Basic
That's strange... I tried that, and it's still happening. My Process (Windows 7 Professional x64): * Drag batari Basic 1.0 files (from your website) into the empty "bB" folder. * Download "updates_for_bb_2008y_11m_04_0717t.zip", perform a copy and replace using the updated includes files and the updated 2600bas.bat into the "bB" includes folder and main "bB" directory, respectively. * Download "bB_mingw.zip", copy and replace all files into the main "bB" directory. * Drag the sed.exe file into the main "bB" directory from the sed folder in "bB". * Try compiling zombie_chase.bas in the samples folder in "bB". Environment Variables: C:\Users\Jimmy>set ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Users\Jimmy\AppData\Roaming bB=C:\Users\Jimmy\Documents\bB\ CLASSPATH=.;C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip CommonProgramFiles=C:\Program Files\Common Files CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files CommonProgramW6432=C:\Program Files\Common Files COMPUTERNAME=JIMMY-PC ComSpec=C:\Windows\system32\cmd.exe FP_NO_HOST_CHECK=NO HOMEDRIVE=C: HOMEPATH=\Users\Jimmy LOCALAPPDATA=C:\Users\Jimmy\AppData\Local LOGONSERVER=\\JIMMY-PC MpConfig_ProductAppDataPath=C:\ProgramData\Microsoft\Microsoft Antimalware MpConfig_ProductCodeName=Salt Lake City MpConfig_ProductPath=c:\PROGRA~1\MICROS~3 MpConfig_ProductUserAppDataPath=C:\Users\Jimmy\AppData\Local\Microsoft\Microsoft Antimalware MpConfig_ReportingGUID=396D5BB0-51A2-4E75-AC1C-552010D3D984 NUMBER_OF_PROCESSORS=2 OS=Windows_NT Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32 \WindowsPowerShell\v1.0\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Users\Jim my\Documents\bB\ PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC PROCESSOR_ARCHITECTURE=AMD64 PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel PROCESSOR_LEVEL=6 PROCESSOR_REVISION=170a ProgramData=C:\ProgramData ProgramFiles=C:\Program Files ProgramFiles(x86)=C:\Program Files (x86) ProgramW6432=C:\Program Files PROMPT=$P$G PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\ PUBLIC=C:\Users\Public QTJAVA=C:\Program Files (x86)\Java\jre6\lib\ext\QTJava.zip SESSIONNAME=Console SystemDrive=C: SystemRoot=C:\Windows TEMP=C:\Users\Jimmy\AppData\Local\Temp TMP=C:\Users\Jimmy\AppData\Local\Temp USERDOMAIN=Jimmy-PC USERNAME=Jimmy USERPROFILE=C:\Users\Jimmy windir=C:\Windows ...after further testing, this problem occurs both in the IDE and directly from the command prompt, with or without sed. -
[SOLVED] Windows 7 (64-bit) bB Compilation Issue
Dragnerok X replied to Dragnerok X's topic in batari Basic
As mentioned above, I have (referring to it as the "MinGW build"). That's when the error shows up. Thanks for the help, though.