Search found 12 matches

by garretraziel
Wed Jun 13, 2012 7:32 am
Forum: Uzebox Emulator
Topic: Some roms not working in Uzem
Replies: 22
Views: 17196

Re: Some roms not working in Uzem

I checkouted trunk with svn a I'm compilling uzem from this. Tommorow I will borrow the programmer, so I will be able to test it then. It's hard to say, because I'm the only one to have these problems. Perhaps it's caused by some "new gcc optimalizations", Archlinux has very bleeding-edge ...
by garretraziel
Tue Jun 12, 2012 9:34 pm
Forum: New to Uzebox? Start here!
Topic: Some tips for beginner
Replies: 6
Views: 7223

Re: Some tips for beginner

Thanks for links! I would say that I know C very well, but hadn't ever tried to program for 8-bit microchip (only some experiments with arduino). And I also run Linux, but I'm able to compile project using makefile, and as an IDE I use Emacs. emch: I think that day-to-day tutorial that covers everyt...
by garretraziel
Tue Jun 12, 2012 9:44 am
Forum: Uzebox Emulator
Topic: Some roms not working in Uzem
Replies: 22
Views: 17196

Re: Some roms not working in Uzem

Yep.

And I have made some discoveries today. Maybe (only maybe), the problem is not with emulator. Because, I have built emulator from SVN and tutorial.uze, mode9demo.uze and other ROMs from SVN don't work, but I have downloaded rom pack and all (prebuild) ROMs from there work.
by garretraziel
Mon Jun 11, 2012 10:20 pm
Forum: New to Uzebox? Start here!
Topic: Some tips for beginner
Replies: 6
Views: 7223

Some tips for beginner

Hi, I just soldered EUzebox today, but I'm still waiting for SNES controllers. In the meantime, I'd like to ask about some links for beginners about developing for Uzebox. I have searched through wiki, but I didn't know where to start, what to read and in what order. Is there anywhere any simple tut...
by garretraziel
Mon Jun 11, 2012 8:20 pm
Forum: Uzebox Emulator
Topic: Some roms not working in Uzem
Replies: 22
Views: 17196

Re: Some roms not working in Uzem

Ok, I can compile SVN version without problems. But what about that screenshot I have sent? That error in Arkanoid.uze? Does anybody else has this problem?

Btw, soldered EUzebox today, but we have to wait for SNES controllers and we must borrow AVR programmer somewhere.
by garretraziel
Wed Jun 06, 2012 3:52 pm
Forum: Uzebox Emulator
Topic: Some roms not working in Uzem
Replies: 22
Views: 17196

Re: Some roms not working in Uzem

I think that easiest solution is to use svn trunk, where is all that fixed (except of VectorDemo.c).

Now I can confirm that tutorial.hex doens't work on 64bit Archlinux. So it's perhaps problem of Archlinux.
by garretraziel
Wed Jun 06, 2012 3:18 pm
Forum: Uzebox Emulator
Topic: Some roms not working in Uzem
Replies: 22
Views: 17196

Re: Some roms not working in Uzem

In SVN version, I had only problem with "VectorDemo". Compiler said that on lines 44 and 52 should be constant arrays (there are only "normal" arrays). I put "constant" before them and it then compiled. This was in SVN version. In version 3.3 there are those problems: g...
by garretraziel
Tue Jun 05, 2012 6:23 pm
Forum: Uzebox Emulator
Topic: Some roms not working in Uzem
Replies: 22
Views: 17196

Re: Some roms not working in Uzem

Ok, I made some experiments. On the other machine with 32bit Archlinux, those ROMs doesn't work either. Not working roms from SVN: bootloader.hex (when run, it prints: ignoring unknown record type 3 in line 251 of Bootloader.hex) Mode5Demo.hex Mode9Demo.hex SDCardDemo.hex SpriteDemo.hex (it falls wi...
by garretraziel
Mon Jun 04, 2012 10:23 pm
Forum: Uzebox Emulator
Topic: Some roms not working in Uzem
Replies: 22
Views: 17196

Re: Some roms not working in Uzem

And does anyone other have this problem on Linux? As I said, I have problem on 32bit Archlinux but not on 64bit Fedora. Problem could be 32bit vs. 64bit, but it may be problem between distros as well.

BTW. just ordered euzebox base kit
by garretraziel
Fri Jun 01, 2012 7:48 am
Forum: Uzebox Emulator
Topic: Some roms not working in Uzem
Replies: 22
Views: 17196

Re: Some roms not working in Uzem

OK, feel free to ask if you'll want some additional info. I still don't get why most of the games do work, but the "simplest" don't. I thought about it, can't it be problem with sound? "tutorial" rom or demos doesn't have any sound, but others do have.