Search found 970 matches

by desertfish
Sat Mar 08, 2025 10:23 pm
Forum: Programming
Topic: Prog8 language and compiler topic
Replies: 397
Views: 863874

Prog8 version 11.2 has been released

Prog8 version 11.2 has been released: https://github.com/irmen/prog8/releases/tag/v11.2 Documentation: https://prog8.readthedocs.io/en/latest/ Important bug fix release with some new features. Bugs fixed: C64: graphics.plot() now works again , it was broken since version 10.5 X16: introduced a worka...
by desertfish
Fri Feb 21, 2025 9:50 pm
Forum: Misc Apps
Topic: Bouncing ball within a bouncing frame
Replies: 9
Views: 9608

Re: Bouncing ball within a bouncing frame

There's some weird physics going on with the ball though. It changes course sometimes even when it is not actually touching the sides of the box.
by desertfish
Fri Feb 14, 2025 2:56 pm
Forum: Programming
Topic: Prog8 language and compiler topic
Replies: 397
Views: 863874

Prog8 version 11.1 has been released

Prog8 version 11.1 has been released: https://github.com/irmen/prog8/releases/tag/v11.1 documentation here https://prog8.readthedocs.io/en/latest/index.html breaking changes - `txt.get_cursor()` now returns column+row as 2 values - `abs()` returntype is now unsigned - `-sourcelines` command line opt...
by desertfish
Mon Jan 27, 2025 6:01 pm
Forum: Games
Topic: X16 Casino Slots
Replies: 2
Views: 5265

Re: X16 Casino Slots

Should start with


"Enter Your Birthday YY MM DD"

to validate that you're an adult :P
by desertfish
Thu Jan 16, 2025 6:34 pm
Forum: X16 Bug Reporting
Topic: Gamepad(s) no longer working with r48 the "Cadmium" emulator
Replies: 8
Views: 34568

Re: Gamepad(s) no longer working with r48 the "Cadmium" emulator

I don't know what sdl version the emulator ships with but what happens when you overwrite the sdl2.dll with the latest release from https://github.com/libsdl-org/SDL/relea ... se-2.30.11 ?
by desertfish
Thu Jan 16, 2025 6:32 pm
Forum: CX16 General Chat
Topic: Yak Shaving - Physical bound copy of the X16 Documentation PDF
Replies: 13
Views: 13105

Re: Yak Shaving - Physical bound copy of the X16 Documentation PDF

..... wheel of time.. in 1 volume? WHY HOW
by desertfish
Wed Jan 15, 2025 5:07 pm
Forum: X16 Bug Reporting
Topic: Gamepad(s) no longer working with r48 the "Cadmium" emulator
Replies: 8
Views: 34568

Re: Gamepad(s) no longer working with r48 the "Cadmium" emulator

I am not using the emulator on Windows so I cannot be of real help I am afraid but:
- did your game pad use to work on the previous version of the emulator?
- what do you mean with "SDL2.dll seems to be the problem" ?
by desertfish
Tue Jan 14, 2025 5:12 pm
Forum: CX16 General Chat
Topic: Yak Shaving - Physical bound copy of the X16 Documentation PDF
Replies: 13
Views: 13105

Re: Yak Shaving - Physical bound copy of the X16 Documentation PDF

This is black art to me :D Can you post a photo of the finished book? Or doesn't it have a proper cover yet
by desertfish
Tue Jan 14, 2025 5:11 pm
Forum: X16 Software Support
Topic: PC/MS DOS emulator?
Replies: 23
Views: 28395

Re: PC/MS DOS emulator?

To clarify the Another World port isn't a dos program it's a full rewrite for the X16 natively
by desertfish
Sun Jan 12, 2025 2:45 pm
Forum: Programming
Topic: Langton's Ant in ASM
Replies: 8
Views: 9636

Re: Langton's Ant in ASM

Yay well done, it is so much faster now! And the results of the wrap-around at the screen edges makes for some interesting results.