Search found 20 matches
- Wed Apr 26, 2017 11:21 am
- Forum: SNESdev
- Topic: Super NES EMULATOR SE dev question
- Replies: 32
- Views: 13269
Re: Super NES EMULATOR SE dev question
Last I heard, people haven't been able to find that anywhere Maybe they don't know the VUE Debugger software (Virtual Boy) hold SHVC/SNES abilities. You can find here : http://www.planetvb.com/modules/hardware/?type=vue Use the japanese VUE Developement Software version for Intelligent System SHVC ...
- Wed Apr 26, 2017 9:05 am
- Forum: SNESdev
- Topic: Super NES EMULATOR SE dev question
- Replies: 32
- Views: 13269
Re: Super NES EMULATOR SE dev question
Thank you for your help. The initial HVBJOY_JOYREADY value was $01 but as you can see on screenshot, my $4212 register always return $?2 values ($C2, $82, $02, etc ...). After making the change for check the value code, I got the same issue (only the two first colors (yellow and red) are display whe...
- Wed Apr 26, 2017 7:58 am
- Forum: SNESdev
- Topic: Super NES EMULATOR SE dev question
- Replies: 32
- Views: 13269
Re: Super NES EMULATOR SE dev question
I found an ISX to ROM converter and apply to ISX file but ROM doesn't seem to work on my Everdrive flash card.
http://www.inetmie.or.jp/~koh/inside/koh-tool.htm
I attached the converted rom, I hope it could help.
http://www.inetmie.or.jp/~koh/inside/koh-tool.htm
I attached the converted rom, I hope it could help.
- Wed Apr 26, 2017 5:51 am
- Forum: SNESdev
- Topic: Super NES EMULATOR SE dev question
- Replies: 32
- Views: 13269
Re: Super NES EMULATOR SE dev question
Thank you for answer. Pseudo Instruction ON16A/ON16OFF notified the assembler that the effective data range is being processed in 16 bits. I've attached the source and ISX files. Don't know if ISX is readed by other emulator however. ISX is the output file from ISLK (linker) and include symbol value...
- Wed Apr 26, 2017 1:09 am
- Forum: SNESdev
- Topic: Super NES EMULATOR SE dev question
- Replies: 32
- Views: 13269
Super NES EMULATOR SE dev question
Hello, I own a SUPER NES EMULATOR SE with Assembler, Linker and Debugger. I modified a public code for assemble and link it. After assemble it without error, I found 2 issues when run it: First : $4212 register never return $01 but $?2. How is possible to return 2 value when only bit 0, 6 an 7 can b...