Resource icon

Speedy (Virtual Boy) 1.0

I did some speed tests on various memory operations to get an idea of the relative speeds on Virtual Boy. Attached to this post is a program that produces output similar to this on the hardware:

The hardware timer was set to 0xFFFF, then a simple loop ran for 250,000 iterations reading or writing on the given address range. Since the timer counts down, higher numbers in output represent faster operations.

From this, we can learn a few things:

* Writes are faster than reads, which is expected with write buffers
* ROM accesses with the wait controller set to 1 wait are the same speed as RAM accesses
* VIP accesses are slower than anything else
* The slowest VIP write is faster than the fastest RAM/ROM read

I also ran the test using cartridge RAM memory rather than ROM. It's configured as 1 wait permanently in the hardware, and sure as beans, SRAM accesses are the same speed as WRAM accesses. Don't be afraid to use your cartridge RAM as scratch memory.

32407-Speedy_zps995d857c.png
General chit-chat
Help Users
    The Real Jdbye @ The Real Jdbye: it won't make it better or worse