SlithyMatt / snes-hello

Hello, World for the SNES
GNU General Public License v3.0
22 stars 9 forks source link

Doesn't work with mednafen #2

Open leuat opened 2 years ago

leuat commented 2 years ago

Hi there

I'm currently using this repo as a basis for implementing SNES support to TRSE (http://www.turborascal.com), but I'm unable to get your program working with Mednafen. Works just fine with OpenEMU and Snes9x. Any ideas?

SlithyMatt commented 2 years ago

I’ve had trouble getting it to run on Higan, too. Not sure what the issue is. I think I’m missing some important initialization step that Snes9x glosses over but other more accurate emulators require.

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10

From: @.> Sent: Wednesday, August 4, 2021 5:07 AM To: @.> Cc: @.***> Subject: [SlithyMatt/snes-hello] Doesn't work with mednafen (#2)

Hi there

I'm currently using this repo as a basis for implementing SNES support to TRSE (http://www.turborascal.com), but I'm unable to get your program working with Mednafen. Works just fine with OpenEMU and Snes9x. Any ideas?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/SlithyMatt/snes-hello/issues/2, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANNM52HIV6CSFPU3X54GZATT3D7LNANCNFSM5BQUCOKA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.

leuat commented 2 years ago

Totally n00b on the SNES here, but I know the C64/VIC-20/Gameboy etc pretty well by now. Managed to get the code working by removing "stz INIDISP,x" from the clearing of the registers - seems like this caused the crash

SlithyMatt commented 2 years ago

Interesting. I’ll have to look into that more. Thanks!

Sent from Mailhttps://go.microsoft.com/fwlink/?LinkId=550986 for Windows 10

From: @.> Sent: Wednesday, August 4, 2021 9:40 AM To: @.> Cc: Matt @.>; @.> Subject: Re: [SlithyMatt/snes-hello] Doesn't work with mednafen (#2)

Totally n00b on the SNES here, but I know the C64/VIC-20/Gameboy etc pretty well by know. Managed to get the code working by removing "stz INIDISP,x" from the clearing of the registers - seems like this caused the crash

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/SlithyMatt/snes-hello/issues/2#issuecomment-892667545, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ANNM52DRJKEJ2NFZU7KYLYTT3E7L3ANCNFSM5BQUCOKA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email.