Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
homebrew [2024/03/24 08:50] – pulkomandy | homebrew [2024/05/07 14:49] (current) – [C] pulkomandy |
---|
* https://github.com/vsmile-dev/vsmile-rom - Early work when no assembler was available. It seems to run on emulators but not real hardware? | ====== C ====== |
* https://github.com/bmx/vsmilestuff/tree/main/examples/hello - Hello world showing minimal init of the PPU and video output, using [[https://github.com/bmx/vsmilestuff/tree/main/un-asm|un-asm]]. | |
* https://github.com/bmx/vsmilestuff/tree/main/examples/awwsum - another minimal Hello world example using un-asm. | * [[https://github.com/sp1187/vsmile-ctrldemo|Reading input from controllers]] - [[http://pulkomandy.tk/gerrit/admin/repos/vsmile-ctrldemo,general|Ported to VBCC compiler suite]] |
* https://github.com/sp1187/vsmile-demos - Small examples using [[https://github.com/mikeakohn/naken_asm|naken_asm]]. | * [[https://github.com/sp1187/vsmile-sounddemo|PCM sound playback]] |
* https://github.com/pulkomandy/contiki-1.x - Contiki operating system compiled using uNSP IDE | * [[https://github.com/pulkomandy/contiki-1.x|Contiki operating system]] compiled using uNSP IDE |
* https://github.com/gameblabla/copyright_infringement_ports/tree/simp/vsmile-port - Port of the game "Copyright Infringement" | * [[https://github.com/gameblabla/copyright_infringement_ports/tree/simp/vsmile-port|Port of the game "Copyright Infringement"]] |
| |
| ====== Assembler ====== |
| |
| ===== un-asm ===== |
| |
| https://github.com/bmx/vsmilestuff/tree/main/un-asm |
| |
| * https://github.com/bmx/vsmilestuff/tree/main/examples/hello - Hello world showing minimal init of the PPU and video output. |
| * https://github.com/bmx/vsmilestuff/tree/main/examples/awwsum - another minimal Hello world example. |
| |
| ===== naken_asm ===== |
| |
| * https://github.com/sp1187/vsmile-demos - PPU programming examples |
* https://github.com/sgadrat/vsmile_demo_dragon - VSmile Demo - The one with a Dragon | * https://github.com/sgadrat/vsmile_demo_dragon - VSmile Demo - The one with a Dragon |
| |
| ====== Other ====== |
| |
| * https://github.com/vsmile-dev/vsmile-rom - Early work when no assembler was available. It seems to run on emulators but not real hardware? |
| |