(hide navigation)
  • Swedish content
Fund my projects
Patreon
Steady
Forum
Register
Log in
Latest comments
Syndication
RSS feed
Feedback

Forum comments in chronological order

Disclaimer: I am not responsible for what people (other than myself) write in the forums. Please report any abuse, such as insults, slander, spam and illegal material, and I will take appropriate actions. Don't feed the trolls.

Jag tar inget ansvar för det som skrivs i forumet, förutom mina egna inlägg. Vänligen rapportera alla inlägg som bryter mot reglerna, så ska jag se vad jag kan göra. Som regelbrott räknas till exempel förolämpningar, förtal, spam och olagligt material. Mata inte trålarna.

Mar 2018

Brainfuck

Anonymous
Thu 1-Mar-2018 22:55
This is amazing. I actually play with this :)

The Symbolic Links Virtual Machine

lft
Linus Åkesson
Fri 23-Mar-2018 06:33
Linus! Please clarify in the first few sentences if this is the game of life or the machine creator!

The bash script is the virtual machine. The program that implements Game of Life is the directory tree further down the page.

Pushing Onwards: Return of the Chipophone

Anonymous
Sun 25-Mar-2018 18:56
Congrats on bringing one of the coolest self-modified instruments back to life! Double congrats on your code being readable after all this time, was it a matter of the code itself being easy to read, or did you leave behind good comments and other documentation?
compucat
Mon 26-Mar-2018 03:21
Welcome back-both you and it are sounding better than ever!
Anonymous
Tue 27-Mar-2018 22:27
Wonderful!
Anonymous
Wed 28-Mar-2018 16:50
You can use Ultibo for RPi instead of Linux. It gives kernel/kernel7 files which starts the RPi in seconds without any OS. No system means all the hardware is yours and assembly programming is also possible.
Because Ultibo has no audio driver yet, I wrote my own which uses 8 bit PWM @ 960 kHz sample rate with the noise shaper This gives a clear sound out of the RPi audio jack. There is also something like SID emulator (not 100% exact emulation and still buggy but most of PSID files can be played using it) )and 6502 emulator available.
Ultibo: https://ultibo.org/
Audio driver (beta) https://github.com/pik33/SimpleAudio
"SID-like thing" (written mostly in asm) an be found here https://github.com/pik33/ultibo_retro_gui in unit retromalina.pas