Search found 23 matches
- Tue Aug 27, 2024 7:10 pm
- Forum: Works In-Progress Discussion
- Topic: RFC: xvi - a "vi" port for the x16 (dev log, RC1.0 initial release)
- Replies: 2
- Views: 2088
XVI, the vi port - info update
Minor update, I am working on a new source file (still prog8) so that I can support ISO characters. My current plan is to get this latest version rolled up into a demo for the SD card bundle. Until the rewrite supports PETSCII, I am going to continue to maintain this functional demo since it's still...
- Tue Aug 20, 2024 3:25 pm
- Forum: CX16 Hardware Support
- Topic: Mechanical keyboard recommendations
- Replies: 9
- Views: 1813
Re: Mechanical keyboard recommendations
IIRC USB to PS/2 converters won't work, so you're stuck with just PS/2. And you can get decent older ones on eBay or Goodwill. If you really want to spend money I can't help. Are you wanting to keep it X16 branded?
- Tue Aug 20, 2024 2:53 pm
- Forum: Misc Apps
- Topic: SPLASH Screen & Startup Sound.
- Replies: 16
- Views: 4401
Re: SPLASH Screen & Startup Sound.
3. installed audacity and used it to clip the audio, then https://www.youtube.com/watch?v=Yq3xjaQkAPg to figure out how to output it properly to mono WAV Audacity is a VERY versatile program. There's no need to extract the Audio from a Youtube rip first... Audacity can just directly open the Video ...
- Tue Aug 20, 2024 8:08 am
- Forum: Misc Apps
- Topic: SPLASH Screen & Startup Sound.
- Replies: 16
- Views: 4401
Re: SPLASH Screen & Startup Sound.
bmx-preview.png I had to figure out how to do the audio. My solution was to: 1. used "yt-dlp -k" to keep the .mpa audio from a youtube rip 2. used an online mpa to wav converter 3. installed audacity and used it to clip the audio, then https://www.youtube.com/watch?v=Yq3xjaQkAPg to figure...
- Fri Aug 16, 2024 4:55 am
- Forum: Misc Apps
- Topic: SPLASH Screen & Startup Sound.
- Replies: 16
- Views: 4401
Re: SPLASH Screen & Startup Sound.
This is very cool, it really whips the llama's you know what (winamp start up music reference, from the 90s .. some of you will get it lol).
Update: I was mostly joking, but OP delivered!!
Here,
Update: I was mostly joking, but OP delivered!!
Here,
- Thu Aug 15, 2024 4:43 pm
- Forum: Programming
- Topic: Coding Jam
- Replies: 1
- Views: 1063
Re: Coding Jam
I joined. Plan on giving it a shot with prog8.
- Sat Aug 03, 2024 5:39 pm
- Forum: Guides and Tutorials
- Topic: Using the -PRG Switch in the X16 Emulator
- Replies: 8
- Views: 2957
Re: Using the -PRG Switch in the X16 Emulator
Idk if it matters on Windows, but the switches are lower case. Also, the PRG file needs to be in your present working directory, for example this is what I am running fine (on Mac): ../x16emu_macos_intel-r47/x16emu -prg ./iso-test.prg -run -scale 2 You can see the emu exe is in another directory, bu...
- Wed Jul 24, 2024 2:37 am
- Forum: Guides and Tutorials
- Topic: My Notes on Starting Cold w/Network Card
- Replies: 0
- Views: 1318
My Notes on Starting Cold w/Network Card
Here are some notes starting cold with the networking card. It was not nearly as painful as I was expecting, and I even had to update the firmware. Thanks to the folks on Discord for help. purchased the card ( archived for posterity) put it in the board dowloaded the latest ROMTERM.PRG found on the ...
- Sat Mar 16, 2024 6:33 am
- Forum: Programming
- Topic: Tiny Pascal Compiler - V1 NOW AVAILABLE!
- Replies: 36
- Views: 29346
Re: Tiny Pascal Compiler - V1 NOW AVAILABLE!
Thanks Tony - that's EXACTLY what is happening... and when you stop and think about it - that's the best way to do it really! I have updated / uploaded the fixed version of the compiler - V1.2.2.1 - this is in both previous posts where I had linked to the various executables. Awesome, I am eager to...
- Thu Mar 14, 2024 4:45 pm
- Forum: Programming
- Topic: Tiny Pascal Compiler - V1 NOW AVAILABLE!
- Replies: 36
- Views: 29346
Re: Tiny Pascal Compiler - V1 NOW AVAILABLE!
Sounds great. I am super excited to see what you come up with, no pressure. It's a great companion suite along with XVI and I might finally have proper motivation to learn Pascal - at least a tiny version of it :D. I have list of things to do this weekend with XVI, that's really a shifting set prior...