From b0729f3ae76bf79a260629032320a3bb69776d97 Mon Sep 17 00:00:00 2001 From: octospacc Date: Thu, 2 Nov 2023 11:06:04 +0000 Subject: [PATCH] OcttKB Cross-Repo Sync (HTML to Raw) --- Wiki-OcttKB/tiddlers/Normal/_6502.tid | 3 ++- Wiki-OcttKB/tiddlers/Normal/_Development.tid | 6 +++++- Wiki-OcttKB/tiddlers/Normal/_Emulation.tid | 4 +++- Wiki-OcttKB/tiddlers/Normal/_NES.tid | 9 ++++++--- Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid | 11 ++++++++--- Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta | 4 ++-- Wiki-OcttKB/tiddlers/System/_StoryList.tid | 2 +- .../tiddlers/System/state/search/_currentTab.tid | 2 +- .../System/state/tab/search-results/_sidebar.tid | 2 +- 9 files changed, 29 insertions(+), 14 deletions(-) diff --git a/Wiki-OcttKB/tiddlers/Normal/_6502.tid b/Wiki-OcttKB/tiddlers/Normal/_6502.tid index 5be40ef..6790011 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_6502.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_6502.tid @@ -1,6 +1,6 @@ created: 20231029001701704 creator: Octt -modified: 20231101233922437 +modified: 20231102095720706 modifier: Octt tags: title: 6502 @@ -12,6 +12,7 @@ title: 6502 * [[6502 Assembly Crash Course [NesHacker]|https://www.youtube.com/playlist?list=PLgvDB6LWam2WvoFvh8tlUqbqw92qWM0aP]] * [[https://100r.co/site/6502_assembly.html]] --- Extremely reduced introduction to 6502 assembly basic concepts +* [[Programming the NES: The 6502 in detail|https://www.middle-engine.com/blog/posts/2020/06/23/programming-the-nes-the-6502-in-detail]] * <> ** [[cc65 coding hints|https://cc65.github.io/doc/coding.html]] --- //How to generate the most efficient code with cc65// diff --git a/Wiki-OcttKB/tiddlers/Normal/_Development.tid b/Wiki-OcttKB/tiddlers/Normal/_Development.tid index 26f8926..aef0007 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Development.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Development.tid @@ -1,10 +1,14 @@ created: 20230613185754543 creator: Octt -modified: 20230816225320897 +modified: 20231102102508440 modifier: Octt tags: title: Development +<<^wikipediaframe "Software development">> + +* <> + * <> * [[What package naming convention do you use for personal/hobby projects|https://stackoverflow.com/questions/292169/what-package-naming-convention-do-you-use-for-personal-hobby-projects-in-java]] in Java/Android/Flatpak? diff --git a/Wiki-OcttKB/tiddlers/Normal/_Emulation.tid b/Wiki-OcttKB/tiddlers/Normal/_Emulation.tid index f10a966..2e987e7 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Emulation.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Emulation.tid @@ -1,6 +1,6 @@ created: 20230116211647194 creator: Octt -modified: 20231029225116302 +modified: 20231102110055355 modifier: Octt tags: $:/i18n:en title: Emulation @@ -10,6 +10,8 @@ title: Emulation !! ''Resources'' * a <> +* [[Is it possible to make a ROM converter?|https://retrocomputing.stackexchange.com/questions/8121/is-it-possible-to-make-a-rom-converter]] --- Spoiler: yes, but not often and not without high costs +** [[jamulator: Statically Recompiling NES Games into Native Executables with LLVM and Go|https://andrewkelley.me/post/jamulator.html]] !!! ''Web Sites'' * [[Emulation General Wiki|https://emulation.gametechwiki.com]] diff --git a/Wiki-OcttKB/tiddlers/Normal/_NES.tid b/Wiki-OcttKB/tiddlers/Normal/_NES.tid index bf32c99..5f6fc26 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_NES.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_NES.tid @@ -1,6 +1,6 @@ created: 20230202104823127 creator: Octt -modified: 20231101224128364 +modified: 20231102103637880 modifier: Octt tags: Nintendo Gaming $:/i18n:en Console title: NES @@ -15,12 +15,15 @@ title: NES * [[NesDev.org|https://www.nesdev.org/]] --- //Info, programs, and more// * [[Nintendo Entertainment System Documentation|https://www.nesdev.org/NESDoc.pdf]] * [[Nerdy Nights (mirror)|https://nerdy-nights.nes.science/]] --- //tutorial series to help people write games for the NES// +* <> --- NES Programming tutorial in C +** [[GitBook re-adaptation by dag7dev|https://dag7.gitbook.io/nesdoug-nes-guide]] //for a comfy read// --- <<#[ Git"https://github.com/dag7dev/nesdoug-nes-guide">> * [[everynes/no$nes technical documentation|https://problemkaputt.de/everynes.htm]] -* [[Useful tools for NES development|https://www.nesdev.org/wiki/Tools]] +* General [[Useful tools for NES development|https://www.nesdev.org/wiki/Tools]] * [[Retro Puzzle Maker|https://puzzle.nes.science]] --- //new tool meant to help you create new puzzle games you can play on an NES// -* <> +* <> +* [[ASM NES Starter Kit|https://github.com/battlelinegames/nes-starter-kit]] --- //starter kit for developing Nintendo Entertainment System games using 6502 Assembly language// with specific useful information * [[nessemble|https://github.com/kevinselwyn/nessemble]] --- //6502 assembler/disassembler/simulator targeting the Nintendo Entertainment System// * [[BZK 6502 Disassembler|https://github.com/cyneprepou4uk/BZK-6502-Disassembler]] --- //Create a disassembly of a NES game// --- <<[# Manual "https://cyneprepou4uk.github.io/iromhacker/nes/en/bzk6502/1/index.html">> <<[# Thread "https://www.romhacking.net/forum/index.php?topic=31875.0">> diff --git a/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid b/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid index 25b7191..d7aaf41 100644 --- a/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid +++ b/Wiki-OcttKB/tiddlers/Normal/_Nintendo DS.tid @@ -1,11 +1,11 @@ created: 20220923110724649 creator: Octt -modified: 20231029225136809 +modified: 20231102105034497 modifier: Octt -tags: Gaming Nintendo NDS Console $:/i18n:en +tags: Gaming Nintendo NDS Console $:/i18n:en Handheld title: Nintendo DS -''Nintendo DS'' is a family of portable game consoles created by [[Nintendo|Nintendo:en]], succeding and preceding the GBA and 3DS families respectively. +''Nintendo DS'' is a family of portable game consoles created by [[Nintendo|Nintendo]], succeding and preceding the GBA and 3DS families respectively. <> @@ -18,3 +18,8 @@ title: Nintendo DS * DeSmuMe ** * https://github.com/44670/desmume-wasm * [[NooDS|https://github.com/Hydr8gon/NooDS]] --- //A (hopefully!) speedy DS emulator.// + +!!! Development + +* (WIP) [[NDS-Homebrew-Development|https://github.com/jdriselvato/NDS-Homebrew-Development]] --- //research for developing on the Nintendo DS// +* [[Nitro SDK in a Box|https://gbatemp.net/threads/nitro-sdk-in-a-box.622578/]] --- the idea for a VM setup with all kinds of useful software from official NITRO SDK (download not released, we might want to ask OP in private) diff --git a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta index 8466ffb..ea170e0 100644 --- a/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta +++ b/Wiki-OcttKB/tiddlers/System/_HistoryList.json.meta @@ -1,5 +1,5 @@ -created: 20231102004016106 +created: 20231102110558671 current-tiddler: GettingStarted -modified: 20231102004016106 +modified: 20231102110558671 title: $:/HistoryList type: application/json \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/_StoryList.tid b/Wiki-OcttKB/tiddlers/System/_StoryList.tid index 72e3498..47bb834 100644 --- a/Wiki-OcttKB/tiddlers/System/_StoryList.tid +++ b/Wiki-OcttKB/tiddlers/System/_StoryList.tid @@ -1,6 +1,6 @@ created: 20231101222424623 creator: Octt list: -modified: 20231101233733622 +modified: 20231102105539871 modifier: Octt title: $:/StoryList \ No newline at end of file diff --git a/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid b/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid index 8fdfa5d..857ca75 100644 --- a/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid +++ b/Wiki-OcttKB/tiddlers/System/state/search/_currentTab.tid @@ -1,6 +1,6 @@ created: 20230501095944427 creator: Octt -modified: 20231101223131341 +modified: 20231102102537089 modifier: Octt title: $:/state/search/currentTab diff --git a/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid b/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid index 4b9ecd6..4e0c9c0 100644 --- a/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid +++ b/Wiki-OcttKB/tiddlers/System/state/tab/search-results/_sidebar.tid @@ -1,6 +1,6 @@ created: 20230501095944427 creator: Octt -modified: 20231101223131342 +modified: 20231102102537090 modifier: Octt title: $:/state/tab/search-results/sidebar