diff --git a/Gemfile.lock b/Gemfile.lock index 4fb3a25..fe24125 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,68 +1,75 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.8.0) - public_suffix (>= 2.0.2, < 5.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) - concurrent-ruby (1.1.9) + concurrent-ruby (1.2.0) em-websocket (0.5.3) eventmachine (>= 0.12.9) http_parser.rb (~> 0) eventmachine (1.2.7) ffi (1.15.5) forwardable-extended (2.6.0) + google-protobuf (3.21.12-x86_64-darwin) + google-protobuf (3.21.12-x86_64-linux) http_parser.rb (0.8.0) - i18n (1.9.1) + i18n (1.12.0) concurrent-ruby (~> 1.0) - jekyll (4.2.1) + jekyll (4.3.2) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) i18n (~> 1.0) - jekyll-sass-converter (~> 2.0) + jekyll-sass-converter (>= 2.0, < 4.0) jekyll-watch (~> 2.0) - kramdown (~> 2.3) + kramdown (~> 2.3, >= 2.3.1) kramdown-parser-gfm (~> 1.0) liquid (~> 4.0) - mercenary (~> 0.4.0) + mercenary (>= 0.3.6, < 0.5) pathutil (~> 0.9) - rouge (~> 3.0) + rouge (>= 3.0, < 5.0) safe_yaml (~> 1.0) - terminal-table (~> 2.0) - jekyll-feed (0.16.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) - jekyll-sass-converter (2.1.0) - sassc (> 2.0.1, < 3.0) - jekyll-seo-tag (2.7.1) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) + jekyll-seo-tag (2.8.0) jekyll (>= 3.8, < 5.0) jekyll-sitemap (1.4.0) jekyll (>= 3.7, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - kramdown (2.3.1) + kramdown (2.4.0) rexml kramdown-parser-gfm (1.1.0) kramdown (~> 2.0) - liquid (4.0.3) - listen (3.7.1) + liquid (4.0.4) + listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (4.0.6) - rb-fsevent (0.11.0) + public_suffix (5.0.1) + rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) rexml (3.2.5) - rouge (3.27.0) + rouge (4.1.0) safe_yaml (1.0.5) - sassc (2.4.0) - ffi (~> 1.9) - terminal-table (2.0.0) - unicode-display_width (~> 1.1, >= 1.1.1) - unicode-display_width (1.8.0) - webrick (1.7.0) + sass-embedded (1.58.0-arm64-darwin) + google-protobuf (~> 3.21) + sass-embedded (1.58.0-x86_64-darwin) + google-protobuf (~> 3.21) + sass-embedded (1.58.0-x86_64-linux-gnu) + google-protobuf (~> 3.21) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.4.2) + webrick (1.8.1) PLATFORMS universal-darwin-21 diff --git a/_site/assets/css/styledsi.css b/_site/assets/css/styledsi.css index 904345a..97d234f 100644 --- a/_site/assets/css/styledsi.css +++ b/_site/assets/css/styledsi.css @@ -6,6 +6,10 @@ font-family: dsifont-bios; src: url(/assets/dsi/nintendo-DS-BIOS.ttf); } +@font-face { + font-family: dsifont-special; + src: url(/assets/dsi/NITROIPL_Gaiji.ttf); +} body { font-family: dsifont; } @@ -13,3 +17,7 @@ code { font-family: dsifont-bios; font-size: 1.5vw; } +special { + font-family: dsifont-special; + font-size: 1.5vw; +} diff --git a/_site/dsidev/index.html b/_site/dsidev/index.html index 7ebaa7a..39a045d 100644 --- a/_site/dsidev/index.html +++ b/_site/dsidev/index.html @@ -320,6 +320,8 @@ body { PhotoChecker
NAND SoundPlayer
Nand Sweeper
+Soft Keyboard
+Mic Tester
Free Website Hit Counter
(page hits)
diff --git a/_site/feed.xml b/_site/feed.xml index ffacbb1..b841d91 100644 --- a/_site/feed.xml +++ b/_site/feed.xml @@ -1,4 +1,4 @@ -Jekyll2022-11-20T16:19:06-05:00http://localhost:4000/feed.xmlrmc’s site101 Mini Golf World - Another bland DSiWare2022-08-26T00:00:00-04:002022-08-26T00:00:00-04:00http://localhost:4000/2022/08/26/101-minigolf-world101 MiniGolf World by Teyon is a golf game for the DSi. It's nothing special as far as DSiWare goes. +Jekyll2023-02-12T23:09:15-05:00http://localhost:4000/feed.xmlrmc’s site101 Mini Golf World - Another bland DSiWare2022-08-26T00:00:00-04:002022-08-26T00:00:00-04:00http://localhost:4000/2022/08/26/101-minigolf-world101 MiniGolf World by Teyon is a golf game for the DSi. It's nothing special as far as DSiWare goes.

The game starts up with a nice tutorial on how to play. It goes over all the controls in about 20 seconds and doesn't leave you confused.
diff --git a/_site/pages/misc/studentportal.html b/_site/pages/misc/studentportal.html index d82ff1a..17c2d0c 100644 --- a/_site/pages/misc/studentportal.html +++ b/_site/pages/misc/studentportal.html @@ -181,7 +181,7 @@ function over_image(parm_name) - + @@ -248,7 +248,7 @@ function over_image(parm_name) Requests
@@ -261,7 +261,7 @@ function over_image(parm_name) /* Pausing updown message scroller- Last updated: 99/07/05 (Bugs fixed, ability to specify background image for scroller) - © Dynamic Drive (www.dynamicdrive.com) + © Dynamic Drive (www.dynamicdrive.com) For full source code, installation instructions, 100's more DHTML scripts, and Terms Of Use, visit dynamicdrive.com @@ -571,4 +571,4 @@ if (document.all) { - \ No newline at end of file + diff --git a/_site/sitemap.xml b/_site/sitemap.xml index c30f423..4f1282b 100644 --- a/_site/sitemap.xml +++ b/_site/sitemap.xml @@ -22,6 +22,9 @@ http://localhost:4000/programs/archived/csharpcollection.html +http://localhost:4000/dsidev/guide/ds-prototype-firmware.html + + http://localhost:4000/dsidev/dsgamecardtosd.html @@ -61,6 +64,9 @@ http://localhost:4000/members/ianskinner1982.html +http://localhost:4000/members/ + + http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/ @@ -76,10 +82,10 @@ http://localhost:4000/programs/ -http://localhost:4000/members/ +http://localhost:4000/ -http://localhost:4000/ +http://localhost:4000/dsidev/mictester.html http://localhost:4000/dsidev/nandfiler.html @@ -115,6 +121,9 @@ http://localhost:4000/dsidev/settings.html +http://localhost:4000/dsidev/softkeyboard.html + + http://localhost:4000/dsidev/soundplayer.html @@ -143,150 +152,170 @@ http://localhost:4000/dsidev/dsishop/NCL/ec/ec_deviceInfo_d.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/NCL/ec/ec_deviceInfo_u.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/NCL/ec/ec_download.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/NCL/ec/ec_example.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/NCL/ec/ec_point.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/NCL/ec/ec_u.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/NCL/index_d.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/NCL/index_u.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/NCL/tools/ShowErrorPage.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/ec/ec_deviceInfo_d.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/ec/ec_deviceInfo_u.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/ec/ec_example.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/ec/ec_u.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_01_d.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_01_u.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_02_d.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_02_u.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_03_d.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_03_u.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_04_d.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/fontlist_04_u.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/index_d.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/font_check/shopmock/index_u.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/index_d.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/index_u.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/SMC/tools/ShowErrorPage.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/startup_d.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/dsishop/startup_u.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 + + +http://localhost:4000/dsidev/nsfw.html +2023-02-12T19:00:15-05:00 + + +http://localhost:4000/dsidev/tad_ds-homebrew.html +2023-02-12T19:00:15-05:00 http://localhost:4000/dsidev/twljumpchecker.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/gaming/htmls/DEBUG/startup.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/index1.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/pages/dsiware/ -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/pages/misc/studentportal.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 + + +http://localhost:4000/pages/misc/studentportal_login.html +2023-02-12T19:00:15-05:00 + + +http://localhost:4000/pages/misc/studentportal_login_v2.html +2023-02-12T19:00:15-05:00 + + +http://localhost:4000/pages/misc/studentportal_v2.html +2023-02-12T19:00:15-05:00 http://localhost:4000/pages/programs/cc64.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/pages/programs/ -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/vice.js_files/tl64-nightly.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 http://localhost:4000/vice.js_files/tl64.html -2022-11-16T18:03:55-05:00 +2023-02-12T19:00:15-05:00 diff --git a/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Mic Test NG.png b/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Mic Test NG.png new file mode 100644 index 0000000..e341dcf Binary files /dev/null and b/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Mic Test NG.png differ diff --git a/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Mic Test SWITCH PROMPT.png b/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Mic Test SWITCH PROMPT.png new file mode 100644 index 0000000..de1fbc2 Binary files /dev/null and b/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Mic Test SWITCH PROMPT.png differ diff --git a/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Sound Test.png b/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Sound Test.png new file mode 100644 index 0000000..24ab9b9 Binary files /dev/null and b/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Sound Test.png differ diff --git a/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Speaker Checker OK.png b/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Speaker Checker OK.png new file mode 100644 index 0000000..6f70ede Binary files /dev/null and b/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Speaker Checker OK.png differ diff --git a/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Speaker Checker START.png b/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Speaker Checker START.png new file mode 100644 index 0000000..fe45867 Binary files /dev/null and b/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Speaker Checker START.png differ diff --git a/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Speaker Checker.png b/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Speaker Checker.png new file mode 100644 index 0000000..38d7eea Binary files /dev/null and b/assets/dsi/screenshots/Mic Tester/Mic Tester 20070507_v4.0 - Speaker Checker.png differ diff --git a/assets/dsi/screenshots/Mic Tester/Mic Tester 20081201 - Speaker Checker.png b/assets/dsi/screenshots/Mic Tester/Mic Tester 20081201 - Speaker Checker.png new file mode 100644 index 0000000..afc16b0 Binary files /dev/null and b/assets/dsi/screenshots/Mic Tester/Mic Tester 20081201 - Speaker Checker.png differ diff --git a/dsidev/index.html b/dsidev/index.html index 58da152..24c0365 100644 --- a/dsidev/index.html +++ b/dsidev/index.html @@ -38,6 +38,7 @@ layout: dsiware NAND SoundPlayer
Nand Sweeper
Soft Keyboard
+Mic Tester
diff --git a/dsidev/mictester.html b/dsidev/mictester.html new file mode 100644 index 0000000..a73567c --- /dev/null +++ b/dsidev/mictester.html @@ -0,0 +1,108 @@ +--- +title: Mic Tester +layout: dsiware +--- + +
+
+
+
+ + + +
+
+

Mic Tester

+ Mic Tester appears to be a factory testing app for the DS microphone and speakers. As of 2023/02/06, there are two known versions of Mic Tester. +

2007/05/07 (v4):

+ This version uses a UI similar to that of NTR Aging. It comes with 4 major tests: +
- SOUND, Plays some simple sound effects and music to test the speakers +
- MIC, A few microphone tests. One is the SAMPLING DATA GRAPH, which displays a real time graph of the mic input. +
- MIC CHECKER, Appears to be another microphone test, though it's impossible to use as it requires special factory hardware +
- SPEAKER TESTER, Plays a tone in the left and right speakers to make sure they're working +

This also comes with the standard NTR Aging tests like: +
- Reception +
- COMM TEST +
- Port Checker +
- ROM HEADER + +

2008/12/01:

+ This later version has had nearly feature stripped, with the exception of SPEAKER TESTER. It does not have the NTR Aging styled menu or any of the tests mentioned above. + +

Screenshots:

+
+
+
+
+
+
+
+ +
+
+
+ +
+
+
+
+ + + +
+
+
    +
    +
    + +
    +
    +
    NINTENDO DSâ„¢
    Demonstration
    + +
    + +
    +
    +
    +

    + Source:

    Unknown: Retrieved from forestofillusion website as unlisted upload. No proper information was released.

    + Downloads: + + + + + + + + + + +

    SRL
    2007/05/07 (v4)
    2008/12/01
    + +

    +
    +
+
+
+
+
+