Page 1 of 1

[FIXED][emulator r45] issue with joy fonction in basic

Posted: Mon Oct 30, 2023 4:41 pm
by the_seb
Since the r45 realese it's seems the joy fonction doesn't give the same values as before.
In the documentation and in r44 emulator:

$800 A
$400 X
$200 L
$100 R
$080 B
$040 Y
$020 SELECT
$010 START
$008 UP
$004 DOWN
$002 LEFT
$001 RIGHT

actualy in r45 emulator:

$000 A
$080 X
$400 L
$200 R
$001 B
$800 Y
$040 SELECT
$020 START
$010 UP
$008 DOWN
$004 LEFT
$002 RIGHT

games like petscii portal behave like that.
tested on win64 emulator

Re: [emulator r45] issue with joy fonction in basic

Posted: Sat Nov 04, 2023 10:16 pm
by kelli217
This is a known issue and has been fixed in the latest ROM builds. You can just grab the latest rom.bin and either drop it in your emulator folder or add it to your SD card and flash it to your dev machine using Sven's system update tool.

Re: [emulator r45] issue with joy fonction in basic

Posted: Sun Nov 05, 2023 6:06 pm
by the_seb
Thank you for your answer.

I tried to re download the r45 emu from the forum and from the git-hub.same thing with the rom file.

no change files are 3 week old.

I don"t understand what's wrong, i will stick to t44 until next release, no big deal.

Re: [emulator r45] issue with joy fonction in basic

Posted: Mon Nov 06, 2023 3:02 am
by kelli217
Sorry; sometimes I gloss over a few steps. In order to 'grab' the ROM from the GitHub site, you have to create it first. Either on your own or perhaps using GitHub actions. It's a bit of a learning curve.

The fixes haven't been retrofitted into the R45 release assets.

Re: [emulator r45] issue with joy fonction in basic

Posted: Mon Nov 06, 2023 4:03 am
by kelli217
Aaaaand no sooner do I say that than the wonderful Lemur Who Moos (aka MooingLemur) has just released R46 with the latest fixes and updates.

That should be a lot easier. :D

Re: [emulator r45] issue with joy fonction in basic

Posted: Mon Nov 06, 2023 4:14 am
by DragWx
Yeah, I was about to say, I don't think it's a good idea to retcon a ROM release without some way of indicating that this is a revision to the revision, because then "I have ROM r45" has to be followed up with "the good r45 or the bad r45?" :P

Releasing as r46 solves it, for sure.

Re: [emulator r45] issue with joy fonction in basic

Posted: Mon Nov 06, 2023 8:19 pm
by the_seb
Bug fixed in r46 release :D
kelli217 wrote: Mon Nov 06, 2023 3:02 am Sorry; sometimes I gloss over a few steps. In order to 'grab' the ROM from the GitHub site, you have to create it first. Either on your own or perhaps using GitHub actions. It's a bit of a learning curve.

The fixes haven't been retrofitted into the R45 release assets.
i have no experience with github now but i like learn new stuff.