Search found 150 matches

by Yazwho
Thu Oct 31, 2024 11:46 am
Forum: Demoscene
Topic: Happy Halloween. Skeleton Dance.
Replies: 7
Views: 562

Re: Happy Halloween. Skeleton Dance.

Good fun, love it!
by Yazwho
Sun Oct 20, 2024 1:14 pm
Forum: Libraries and Examples
Topic: Getting the Current Directory
Replies: 1
Views: 541

Getting the Current Directory

I needed to get the current directory, but found the command `$=C` difficult to use as it returns the data as displayed in the BASIC prompt. So to make this more 'machine readable' I've written the code below which will return a pointer to a string in $yyxx which is null terminated in the form that ...
by Yazwho
Sun Sep 01, 2024 11:45 am
Forum: Misc Apps
Topic: Dataport Tester
Replies: 1
Views: 705

Re: Dataport Tester

Yazwho wrote: Wed Aug 28, 2024 7:39 pm The main purpose was to test my own emulator and development suite -- BitMagic -- to see how far it is from real hardware.
BitMagic now handles these side effects correctly!
dataport.gif
dataport.gif (93.02 KiB) Viewed 453 times
by Yazwho
Wed Aug 28, 2024 7:39 pm
Forum: Misc Apps
Topic: Dataport Tester
Replies: 1
Views: 705

Dataport Tester

I made a quick app to test how the memory addresses which have side effects (eg DATA0 with the stepping) react to different opcodes on a machine vs a real 65c02. The main purpose was to test my own emulator and development suite -- BitMagic -- to see how far it is from real hardware. As such it migh...
by Yazwho
Mon Aug 12, 2024 1:08 pm
Forum: Works In-Progress Discussion
Topic: DreamTracker Dev Log
Replies: 68
Views: 52143

Re: DreamTracker Dev Log

I don't know enough to comment on the composing side, but it looks and sounds awesome!
by Yazwho
Mon Jul 15, 2024 3:57 pm
Forum: Demoscene
Topic: Split It X16 Style
Replies: 0
Views: 1278

Split It X16 Style

splitit.screenshot.png Presenting Split It X16 Style ! Download: SPLITIT.ZIP No try it now as the web emulator doesn't have 'mid-line effects' enabled. Born from a random conversation on Discord about what could be achieved by line splitting on the x16. I gave it a quick go and so happy with the re...
by Yazwho
Tue Jul 09, 2024 10:04 pm
Forum: CX16 General Chat
Topic: A plea to the dev team
Replies: 33
Views: 12494

Re: A plea to the dev team

That's not quite right; we are allowed to use the 65816 features. You're allowed to use anything you want to. 65c02 or 65816 instructions. Its your machine. It just might not work on other peoples machine. You just have to ask yourself, do you care if it doesn't work on some peoples machines, or in...
by Yazwho
Tue May 21, 2024 10:32 pm
Forum: CX16 General Chat
Topic: A plea to the dev team
Replies: 33
Views: 12494

Re: A plea to the dev team

Arguably you can use all the 65c02 opcodes, your app just wont work for people who put a '816 in their machine or for a hypothetical change in a machine that hasn't yet been released.

So the question is more for the dev, do you care bout that?
by Yazwho
Thu May 16, 2024 7:09 pm
Forum: Guides and Tutorials
Topic: How To: Create an SD Card Image
Replies: 29
Views: 12251

Re: How To: Create an SD Card Image

If you're on Windows, BitMagic -- The Emulator can also help create sdcard images. You can load files into the virtual sdcard, modify them within the emulator, and then write the sdcard image out for re-use! Its still pre-beta, but for most cases its very usable. Just note, The Emulator doesn't have...
by Yazwho
Sat Apr 27, 2024 9:00 am
Forum: Demoscene
Topic: Planet X16 +4 Trainer
Replies: 2
Views: 1502

Re: Planet X16 +4 Trainer

Try It Now button now fixed. User error ofc! :p