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

This is the starting place for reporting bugs to the team. We will pass bug reports on to the developers after validating the reports.

You can report bugs in hardware, operating system (KERNAL or BASIC ROMs), the emulator, or the Demo library. For bugs specific to downloaded programs, use the download forum.
Post Reply
the_seb
Posts: 19
Joined: Mon Feb 14, 2022 3:25 pm

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

Post 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
Last edited by the_seb on Sat Nov 18, 2023 9:09 pm, edited 1 time in total.
kelli217
Posts: 521
Joined: Sun Jul 05, 2020 11:27 pm

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

Post 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.
the_seb
Posts: 19
Joined: Mon Feb 14, 2022 3:25 pm

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

Post 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.
kelli217
Posts: 521
Joined: Sun Jul 05, 2020 11:27 pm

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

Post 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.
kelli217
Posts: 521
Joined: Sun Jul 05, 2020 11:27 pm

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

Post 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
DragWx
Posts: 324
Joined: Tue Mar 07, 2023 9:07 pm

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

Post 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.
the_seb
Posts: 19
Joined: Mon Feb 14, 2022 3:25 pm

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

Post 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.
Post Reply