Emulating Pro Am Racing (MMC1)

This is an archive of a topic from NESdev BBS, taken in mid-October 2019 before a server upgrade.
View original topic
Emulating Pro Am Racing (MMC1)
by on (#60664)
It uses single-screen mirroring obviously, but I suspect it's using some other tricks aswell. Anyone with experience with this title?

by on (#60666)
If you mean R.C. Pro-Am it uses A*ROM, not MMC1.

Probably uses sprite 0 hit for the status bar.

by on (#60668)
There's several versions of this title, one of them uses MMC1.

by on (#60674)
It turns off the screen half way through, uses Sprite DMA from ROM to clear the sprite table, then writes some new sprites using the PPU registers, and no DMA.

The MMC1 version is more sane, it just changes the nametable and scrolls. Nothing crazy.

by on (#60709)
How's the statusbar drawn in the MMC1 version? WHen using FCUEX nametable debugger, it's not there.. :)

EDIT: Ah, nametable switching, found it