No snesdev last night. I got overwhelmed by the amount of stuff I have to do over the next two months.
Time to reset the snesdev daily log counter.
Slowly, slowly making a SNES game
No snesdev last night. I got overwhelmed by the amount of stuff I have to do over the next two months.
Time to reset the snesdev daily log counter.
SNESdev daily log 5 & 6 & 7:
Added anti-gravity to the base enemy.
Coded an enemy that avoids ledges.
SNESdev daily log 4:
Coded a very basic enemy that turns around when it touches a wall.
SNESdev daily log 3:
Added ladders to the game
SNESdev daily log 2:
Sketched a few level designs in a sketchbook.
Converted hard-coded constants into a structure of arrays table so walk and run have different movement values.
SNESdev daily log 1:
- Panicked about my lack of progress in my snesdev game jam game
- Brainstormed and sketched the enemies I want in my game (instead of keeping them locked up in my head)
I've published version 0.1.1 of my homebrew SNES audio driver https://github.com/undisbeliever/terrific-audio-driver/releases/tag/v0.1.1
This release adds:
* An optional delay to vibrato
* A way to key-on a note without key-off
* A broken chord can now be slurred
#snesdev #spc700
Working on a converter from the Furnace tracker to Terrific Audio Driver for SNES. I previously did something like this for Nova the Squirrel, where I converted Famitracker music to MML for use with the Pently audio driver for NES. I thought the converter would be just like the previous one, but TAD handles speeds and duration in a completely different way from Pently and there's the additional complication of key ons and key offs to worry about that NES audio drivers don't have.
Right now it'll work on music that doesn't use any effects, and there's some simple support for compression via loops and subroutines. I don't know if all of the effects in Furnace will translate cleanly to TAD effects (especially with how I'm handling Furnace speeds/duration) but I'll give it a try.
Source code so far: https://github.com/NovaSquirrel/fur2tad
I have been enjoying the recent threads by @pervognsen about instruction-level efficiency on computers over the years, so I'm going to do a brief one of my own based on some of my recent adventures.
It'll end up touching on topics that are coming up today and on some conversations I'd had some years ago.
In 2018, I wrote a cellular automaton program for the Sega Genesis (8MHz 68000 CPU), and in 2023 I wrote a version for the SNES (3-ish MHz 65816 CPU).
After a long break I'm getting back into snesdev.
This weeks goals:
* Work on my website and/or the wiki every day
* Prototype a ledges + jumping movement system for unnamed-snes-game
* Study and learn my old untech game engine (in preparation for the upcoming snesdev game jam)
* Add a search bar to the audio driver GUI
I wrote a blog post about the smpspeed tests I did for TASBot with an analysis from the perspective of someone who has coded a homebrew SNES audio driver.
https://undisbeliever.net/blog/20250313-smpspeed.html
#snes #snesdev
SNESdev daily log 8:
Improved the smpspeed reading script.
SNESdev daily log 7:
Sketched out a design for adding ledges to unnamed-snes-game.
Measured the S-SMP clock on 3 of my Super Famicom consoles.
SNESdev daily log 6:
Wrote a python script that uses usb2snes to extract the smpspeed test results out of the VRAM tilemap and into a csv file (while the console is running).
Recorded and graphed my PAL console's S-SMP (audio CPU) clock over 2 hours.
#snesdev
I have released v0.1.0 of homebrew SNES audio driver.
This release adds new echo instructions to audio driver, left/right channel invert and cleans up the 65816 API.
I'm also declaring the MML & bytecode assembly stable. I'm not going to change the current syntax/behavior unless there is a very good reason to do so.
https://github.com/undisbeliever/terrific-audio-driver/releases/tag/v0.1.0
SNESdev daily log 5:
Lots of little changes and fixes to the audio driver.
Stabilized the Terrific Audio Driver MML and bytecode assembly syntax and behavior.
SNESdev daily log 3 & 4:
Proofreading audio driver code and documentation for the upcoming v0.1.0 release.
Ran the smpspeed test on 3 of my consoles for TASBot.
SNESdev daily log 2:
Added manual seeking to the audio driver state window.
Added `(` decrement volume and `)` increment volume MML commands.
@PypeBros I want achieve 90 days in a row, but bad luck (things breaking around me requiring quick fixes) and my difficulty in managing multiple projects at once have have this problematic.
@PypeBros
Looking through my files (and I may have missed a few) - 48 times when the log was private (2017-2020) and 53 times when the log was public (2020-2025).