1
0
mirror of https://github.com/mist-devel/mist-board.git synced 2026-02-07 00:17:07 +00:00

[Gameboy] T80 accumulator default fix

This commit is contained in:
Gyorgy Szombathelyi
2019-06-28 19:32:51 +02:00
parent 8300476140
commit 7b00770fc2

View File

@@ -375,7 +375,7 @@ begin
MCycles <= "000";
DO <= "00000000";
ACC <= (others => '1');
ACC <= (others => '0');
if Mode = 3 then
F <= "11110000";
else