Skip to content

Commit

Permalink
[Mega-CD] correct gfx rate
Browse files Browse the repository at this point in the history
TascoDLX authored and Screwtapello committed Mar 20, 2021
1 parent efba46b commit 086fb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion higan/md/mcd/gpu.cpp
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ auto MCD::GPU::start() -> void {
if(mcd.io.wramMode) return; //must be in 2mbit WRAM mode

active = 1;
period = 4 * 5 * image.hdots;
period = 5 * image.hdots;
counter = 0;

image.address = (image.base << 1) + image.offset;

0 comments on commit 086fb10

Please sign in to comment.