Skip to content

Commit

Permalink
Some clean up of comments regarding Timer Done bit, updated history a…
Browse files Browse the repository at this point in the history
…nd todo lists.
  • Loading branch information
FluBBaOfWard committed Jan 5, 2025
1 parent 48b9a81 commit 5cacf5d
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"externalConsole": true,
"cwd": "${workspaceFolder}",
"targetArchitecture": "arm",
"miDebuggerServerAddress": "localhost:20000",
"miDebuggerServerAddress": "localhost:3333",
"windows": {
"miDebuggerPath": "C:/devkitPro/devkitARM/bin/arm-none-eabi-gdb.exe"
},
Expand Down
14 changes: 6 additions & 8 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"command": "taskkill /im mGBA.exe /F"
},
"osx": {
"command": "killall desmume"
"command": "killall melonDS"
}
},
{
Expand Down Expand Up @@ -51,11 +51,7 @@
"command": "C:/mGBA/mGBA.exe -g ${workspaceFolder}/${workspaceFolderBasename}.nds;sleep 5;echo debuggerReady"
},
"osx": {
"command": "/Applications/desmume.app/Contents/MacOS/desmume",
"args": [
//"--arm9gdb=20000",
"${workspaceFolder}/${workspaceFolderBasename}.nds"
]
"command": "open /Applications/melonDS.app --args ${workspaceFolder}/${workspaceFolderBasename}.nds"
},
"presentation": {
"clear": true,
Expand Down Expand Up @@ -86,9 +82,11 @@
"make release"
],
"isBackground": true,
"command": "C:/NO$GBA/NO$GBA.exe ${workspaceFolder}/${workspaceFolderBasename}.nds",
"windows": {
"command": "C:/NO$GBA/NO$GBA.exe ${workspaceFolder}/${workspaceFolderBasename}.nds",
},
"osx": {
"command": "/Applications/desmume.app/Contents/MacOS/desmume ${workspaceFolder}/${workspaceFolderBasename}.nds",
"command": "open /Applications/melonDS.app --args ${workspaceFolder}/${workspaceFolderBasename}.nds",
},
"problemMatcher": []
}
Expand Down
2 changes: 1 addition & 1 deletion History.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
LodjurDS revision history
-=-=-=-=-=-=-=-=-=-=-=-=-=-

V0.1.0 - 2025-01-04 (FluBBa)
V0.1.0 - 2025-01-05 (FluBBa)
First real version.
Most things should work.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
allowLocationSimulation = "YES">
<PathRunnable
runnableDebuggingMode = "0"
BundleIdentifier = "org.desmume.DeSmuME"
FilePath = "/Applications/DeSmuME.app">
</PathRunnable>
<MacroExpansion>
Expand Down
3 changes: 1 addition & 2 deletions LodjurDS_todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ CPU:
See ARM6502 Todo.

Suzy:
make different versions of lineRender.
See Suzy todo.

Mikey:
Expand Down Expand Up @@ -46,7 +45,7 @@ Games with different refresh rate:

Games Not Working:
Baseball Heroes. (EEPROM?)
Gates of zendocon. Hangs in intro. Writes 0x40? Expects some sound thing?
Gates of Zendocon - Intro hangs if Timer Done bit in Timer 5 is not correct.
Rampage. Hangs on title screen after some time?

Games Not Working Fixed:
Expand Down
2 changes: 1 addition & 1 deletion source/ARMMikey
Submodule ARMMikey updated 3 files
+1 −1 History.txt
+16 −16 Mikey.s
+1 −0 Mikey_todo.txt
2 changes: 1 addition & 1 deletion source/ARMSuzy
Submodule ARMSuzy updated 2 files
+1 −1 History.txt
+1 −1 Suzy_todo.txt
2 changes: 1 addition & 1 deletion source/Gui.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#include "ARMMikey/Version.h"
#include "ARMSuzy/Version.h"

#define EMUVERSION "V0.1.0 2025-01-04"
#define EMUVERSION "V0.1.0 2025-01-05"

static void gammaChange(void);
static void machineSet(void);
Expand Down

0 comments on commit 5cacf5d

Please sign in to comment.