Search found 1569 matches

by Jubatian
Sat Jan 06, 2024 11:09 am
Forum: Games & Demos
Topic: Tempest is possible
Replies: 707
Views: 330340

Re: Tempest is possible

Nice! Also quite much the whole process, as from line start and end coordinates to have a line drawn on this display are quite some complicated steps, especially when optimizing it to run as well as it does in Tempest! The HBlank tile clearing is neat, and is a trick quite specific to this mode (mea...
by Jubatian
Sat Jan 06, 2024 10:57 am
Forum: Games & Demos
Topic: Outpost in the Dragon's Maw
Replies: 30
Views: 12251

Re: Outpost in the Dragon's Maw

Nice, so looks like you found it out on your own then that population gives you that extra :) No, there isn't anything sneaky in the game logic, you can buy as much pop as you want - well, as much as your wallet permits. I could get to Month 92 last night (playing well, but not absolutely pushing it...
by Jubatian
Sat Jan 06, 2024 12:17 am
Forum: General Discussions
Topic: MiSTer Uzebox Core?
Replies: 7
Views: 9426

Re: MiSTer Uzebox Core?

A bit old topic, just in case any of you might still be looking at it. We have a tool to perform an extremely throughout ALU test on an AVR: https://uzebox.org/wiki/UzeBurn . It is very unlikely that this would miss something off in an AVR implementation, be it emulator or "hardware" (VHDL...
by Jubatian
Fri Jan 05, 2024 11:45 pm
Forum: Games & Demos
Topic: Tempest is possible
Replies: 707
Views: 330340

Re: Tempest is possible

Wow, awesome that the development of this is still ongoing, gave the zapper a try, that's quite heavy action on the screen! (And all of it rendered apart from the blue lines of the web) It isn't even a straight framebuffer, if I recall right, it is sort of a RAM tile only 2bpp mode with the blue und...
by Jubatian
Fri Jan 05, 2024 11:18 pm
Forum: Games & Demos
Topic: IKD - Atari Combat remake
Replies: 172
Views: 78244

Re: IKD - Atari Combat remake

Nice, another Uzebox game done, and had quite a journey getting there, learning all the stuff! :)
by Jubatian
Fri Jan 05, 2024 11:15 pm
Forum: Games & Demos
Topic: Outpost in the Dragon's Maw
Replies: 30
Views: 12251

Re: Outpost in the Dragon's Maw

Are you buying population? Spend that gold if you don't :) I am pondering on a feature which might be a fair bit more interesting than numerical help, but wouldn't tell what until I see whether I can fit it computationally ;) EDIT: Also I realized I didn't mention it, and it might otherwise take a w...
by Jubatian
Fri Jan 05, 2024 9:13 pm
Forum: Games & Demos
Topic: Outpost in the Dragon's Maw
Replies: 30
Views: 12251

Re: Outpost in the Dragon's Maw

While doing some further playtesting in the past few days I rebalanced the difficulty, hopefully it would feel more like a game than a tech demo which does little till later when in a dozen turns things just go very wrong :D Still starts easy, that I aim to retain, but playing well, to the objective...
by Jubatian
Fri Jan 05, 2024 1:27 am
Forum: Programming & Software
Topic: Kernel addon for support for slow game controllers
Replies: 48
Views: 24390

Re: Kernel addon for support for slow game controllers

Since it is in the VSync, it is adaptable to any video mode (regardless of whether it uses the entire HSync or not), however in Flight of a Dragon I had pretty much completely rewritten the video sync code ( https://github.com/Jubatian/foad/blob/master/kernelm74/uzeboxVideoEngineCore.s#L138 ) to squ...
by Jubatian
Fri Jan 05, 2024 1:15 am
Forum: Programming & Software
Topic: mmc_lib vs Bootloader V5 vs PFF vs FatFS vs sdBase(sdSimple)
Replies: 38
Views: 16354

Re: mmc_lib vs Bootloader V5 vs PFF vs FatFS vs sdBase(sdSimple)

Taking a look at it since long filename support doesn't even have anything to do with the Bootloader. There is only one routine in bootlib which relies on a filename, FS_Find(), looking for a 8.3 file, which is just provided for simple use-cases where a game might want to grab a fixed name data file...
by Jubatian
Thu Jan 04, 2024 6:44 pm
Forum: General Discussions
Topic: Uzebox license
Replies: 10
Views: 8139

Re: Uzebox license

It is a bit difficult when it comes to licensing to be properly in the right. With the Uzebox project, the case is that all contributors licensed it under GPLv3, with every contributor having ownership of the elements they contributed. With the example of CUzeBox ... uh ... CUzebox which I am famili...