Search found 12 matches

by Roy Eltham
Sun Oct 15, 2023 8:32 am
Forum: Development Tools
Topic: PNG file convertor for VERA image data V1.6
Replies: 6
Views: 8175

Re: PNG file convertor for VERA image data V1.6

Lot of good features in this one, nice work!

It would be cool if you made it so that the 2 byte header thing on all the output files was able to be turned off with an option.
There are basic commands and kernel calls for loading without them now (e.g. BVLOAD and BLOAD).
by Roy Eltham
Sun Oct 15, 2023 6:43 am
Forum: Demoscene
Topic: VERA FX demos for VCF
Replies: 11
Views: 9871

Re: VERA FX demos for VCF

I was able to update my DEV0038 board to have the latest R45(prerelease) ROM, SMC, and also VERA FX.
Thanks for having these FX demos in ready for me to test easily.

Also, voidstar, I would prefer ZSMKIT now over ZSOUND. It supports much more capabilities.
by Roy Eltham
Sat Jun 24, 2023 7:23 pm
Forum: CX16 General Chat
Topic: Serial Number Tracker
Replies: 68
Views: 291760

Re: Serial Number Tracker

Got mine today, DEV0038:
X16-dev0038.JPG
X16-dev0038.JPG (395.3 KiB) Viewed 78340 times
by Roy Eltham
Fri Jan 20, 2023 6:39 am
Forum: Website Feedback And Support
Topic: One stop shopping - ie seeing all new on one page
Replies: 3
Views: 6319

Re: One stop shopping - ie seeing all new on one page

If you look at the top bar just below the X16 logo there is a "Quick Links" menu on there you can find New posts and Unread posts options.
Those are similar to what you are looking for.

Roy
by Roy Eltham
Wed Nov 09, 2022 9:09 am
Forum: Lounge
Topic:
Replies: -1
Views:

Help With Capitalizing Text


This line in your first if is wrong:



newString = tolower(newString);



The second newString there should be testString.

by Roy Eltham
Fri Oct 28, 2022 2:22 am
Forum: Development Tools
Topic: how did you get into dev (for those inclined to do so)?
Replies: 19
Views: 73858

how did you get into dev (for those inclined to do so)?

I was 10 when I got a new Atari 2600 for Christmas. Playing games on there (and in the arcades) made me want to be able to make my own video games. When I was 12, I had access to an old CP/M workstation with MS BASIC via a school program, and I learned BASIC via typing in programs from BYTE magazin...
by Roy Eltham
Tue Oct 25, 2022 4:50 am
Forum: Programming
Topic: Prog8 language and compiler topic
Replies: 382
Views: 760788

Prog8 language and compiler topic

Been doing a little dabbling in prog8. Implemented a few sprite functions, and made a little test program that looks like this. <img class="ipsImage ipsImage_thumbnailed" data-fileid="2703" data-ratio="40.35" width="632" alt="SpriteTest.gif.3a4bd17157bfbbb96ca2818d93874387.gif" data-src="<fileStore...
by Roy Eltham
Sun Oct 23, 2022 9:31 pm
Forum: Official Announcements
Topic: Phase 1 Case FAQ
Replies: 29
Views: 30690

Phase 1 Case FAQ

I think I am going to get one of these for my future X16:<br /> <a href="https://www.amazon.com/Thermaltake-Tempered-Interchangeable-Computer-CA-1L2-00S1WN-00/dp/B07FDFZDDW" rel="external nofollow">https://www.amazon.com/Thermaltake-Tempered-Interchangeable-Computer-CA-1L2-00S1WN-00/dp/B07FDFZDDW</...
by Roy Eltham
Wed Oct 19, 2022 4:52 pm
Forum: Programming
Topic: Prog8 language and compiler topic
Replies: 382
Views: 760788

Prog8 language and compiler topic

borgar,<br /> Thank you, this is exactly the kinds of things I was interested in learning about. I am familiar with the 6502 (almost all of my early coding was on the VIC-20, C64, and C128). I also understand the low level aspects, and mostly bare metal type programming where a mistyped address or ...
by Roy Eltham
Wed Oct 19, 2022 4:52 am
Forum: Programming
Topic: Prog8 language and compiler topic
Replies: 382
Views: 760788

Prog8 language and compiler topic

Hi, I'm new around here, but I want to dive in to programming for the X16 using the emulator.<br /> I program in C++ for my job, and am familiar with a lot of modern and old languages and some microcontroller stuff like Propeller 1 & 2, and their languages. I've scanned through this thread, and...