Search found 6 matches

by Domeshtan
Sat Aug 27, 2022 4:21 pm
Forum: Super Nintendo Assembly Programming
Topic: Real SNES hardware help?
Replies: 5
Views: 4074

Re: Real SNES hardware help?

And some video to show the process. Nice thing about Muramasa boards is that that they don't need any "re-wiring". I guess SNES used Mask ROMs where some pins need to be changed around to work. The 1Meg LoROM board is simple enough and doesn't need an adaptor to write to the Eproms. The 2 ...
by Domeshtan
Sat Aug 27, 2022 4:09 pm
Forum: Super Nintendo Assembly Programming
Topic: Real SNES hardware help?
Replies: 5
Views: 4074

Re: Real SNES hardware help?

;SNES Joypad example that works on a real SNES ;==LoRom== .MEMORYMAP SLOTSIZE $8000 DEFAULTSLOT 0 SLOT 0 $8000 .ENDME .ROMBANKSIZE $8000 .ROMBANKS 8 .SNESHEADER ID "SNES" NAME "SNES Program Name " ; "123456789012345678901" SLOWROM LOROM CARTRIDGETYPE $00 ROMSIZE $08 SRA...
by Domeshtan
Sat Aug 27, 2022 4:04 pm
Forum: Super Nintendo Assembly Programming
Topic: Real SNES hardware help?
Replies: 5
Views: 4074

Re: Real SNES hardware help?

;Hello World SNES example that works on real SNES hardware ;==LoRom== .MEMORYMAP SLOTSIZE $8000 DEFAULTSLOT 0 SLOT 0 $8000 .ENDME .ROMBANKSIZE $8000 .ROMBANKS 8 .SNESHEADER ID "SNES" NAME "SNES Program Name " ; "123456789012345678901" SLOWROM LOROM CARTRIDGETYPE $00 ROM...
by Domeshtan
Sat Aug 27, 2022 4:01 pm
Forum: Super Nintendo Assembly Programming
Topic: Real SNES hardware help?
Replies: 5
Views: 4074

Re: Real SNES hardware help?

After a couple months and countless tries I FINALLY got the ChibiAkumas SNES examples to work on a real Super Nintendo. The examples worked on emulators but to run on a real system it seemed a few more things had to be done. I set up the header for a 256K LoROM format using 8 32K banks. Again, I'm n...
by Domeshtan
Mon Jul 25, 2022 1:25 am
Forum: Super Nintendo Assembly Programming
Topic: Real SNES hardware help?
Replies: 5
Views: 4074

Re: Real SNES hardware help?

Test boards I am using.
Test boards I am using.
TestBoardsSNES.jpg (113.05 KiB) Viewed 4073 times
by Domeshtan
Mon Jul 25, 2022 1:07 am
Forum: Super Nintendo Assembly Programming
Topic: Real SNES hardware help?
Replies: 5
Views: 4074

Real SNES hardware help?

I hope you can help me because I'm staring to loose my mind trying so many different ways. I have both of the books and I wanted to learn SNES assembly programing. I know it isn't ment to be "in depth" to cover everything. I've already wrote about a dozen games total for Atari 2600, NES an...

Go to advanced search