Search found 1499 matches

by Jubatian
Sat Sep 05, 2020 10:21 pm
Forum: Games & Demos
Topic: Tempest is possible
Replies: 669
Views: 267863

Re: Tempest is possible

I grabbed one of my 64 GB microSDXC cards, and re-formatted just the ExFAT partition (leaving the 17 MB of free space in the beginning) as FAT32 using Linux, and it does indeed work with the new Uzebox bootloader! :D Unfortunately it was just a tiny bit too slow for the streaming background in T2K ...
by Jubatian
Sat Sep 05, 2020 5:18 pm
Forum: Games & Demos
Topic: Tempest is possible
Replies: 669
Views: 267863

Re: Tempest is possible

Eh, yes, with "you can buy SDSC" I meant that you can still get them with some luck, the catch being that you don't know what you buy... (whether it is SDHC). That true that it is very unlikely you came across a source from which you could get cards which are proven SDSC. SDXC needs a diff...
by Jubatian
Sat Sep 05, 2020 5:10 pm
Forum: Uzebox Derivatives & open source consoles
Topic: MEGA65
Replies: 7
Views: 9751

Re: MEGA65

I'm not sure what you thought I was asking, maybe you thought I was asking if cuzebox could run on the MEGA65 when actually what I meant was I wonder if it would be possible to port the MEGA65 platform to run on the Mister hardware: https://www.retrorgb.com/mister.html Ah, okay! I didn't find the r...
by Jubatian
Sat Sep 05, 2020 11:53 am
Forum: Uzebox Derivatives & open source consoles
Topic: MEGA65
Replies: 7
Views: 9751

Re: MEGA65

I wonder if the Mister could run the MEGA65 kernel/firmware, or how hard it might be to port MEGA65 to the Mister? I think that it is 40MHz with significantly higher complexity than Uzebox (which is a single MCU at 28.6MHz) puts it beyond the possibility of reasonable emulation. On PC maybe it will...
by Jubatian
Sat Sep 05, 2020 11:33 am
Forum: Games & Demos
Topic: Tempest is possible
Replies: 669
Views: 267863

Re: Tempest is possible

CUzebox emulates the bootloader resident in flash with a file called coderom.bin that is in the same directory as cuzebox.exe Wow, nice catch, a bit out-of-the-box thinking as this functionality got into the emulator to make it capable to provide a proper environment for the Bootloader as well (whi...
by Jubatian
Sat Sep 05, 2020 11:21 am
Forum: New to Uzebox? Start here!
Topic: avr8.h can not find SDL2/SDL.h
Replies: 1
Views: 4545

Re: avr8.h can not find SDL2/SDL.h

Unfortunately I am not familiar with a Windows environment, however couldn't it be that you didn't set up the SDL development libraries properly? (The tutorial directs you to SDL's site to fetch them)
by Jubatian
Fri Sep 04, 2020 5:35 pm
Forum: Games & Demos
Topic: Tempest is possible
Replies: 669
Views: 267863

Re: Tempest is possible

When I drag and drop t2k.uze on cuzebox.exe it starts, but says," NO BOOTLOADER". :shock: CunningFellow, you did the SDHC compatible version in a manner that it actually REQUIRES the 5.x.xx Bootloader to be present? Of course the emulator doesn't put the bootloader in the ROM, but the boo...
by Jubatian
Thu Sep 03, 2020 11:00 pm
Forum: New to Uzebox? Start here!
Topic: Error compiling code
Replies: 31
Views: 40611

Re: Error compiling code

zigfreid wrote: Thu Sep 03, 2020 1:58 amI have no success in compiling new code.
Added another patch on the Whack-a-Mole game, hopefully it compiles now (Pfff... Another maybe not wholly intentionally global variable fished out from under the hood of the kernel).
by Jubatian
Mon Aug 31, 2020 10:36 pm
Forum: Uzebox Emulator
Topic: CUzeBox - The new official Uzebox emulator
Replies: 275
Views: 422719

Re: CUzeBox - The new official Uzebox emulator

Artcfox wrote: Sun Aug 30, 2020 7:34 pmCan you package it with the latest SDL libraries? Without them the USB game controllers don't work out of the box on Windows.
Done, replaced the files on the host!
by Jubatian
Sun Aug 30, 2020 10:51 am
Forum: Uzebox Emulator
Topic: CUzeBox - The new official Uzebox emulator
Replies: 275
Views: 422719

Re: CUzeBox - The new official Uzebox emulator

I can confirm that the popping sounds are gone on Windows when I swap the packaged DLL with the latest version! :D Done committed it to the main repo, also replacing the downloads on the top post (the WASAPI workaround doesn't affect them much, though, unless you replaced the SDL library in the pac...