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:
@@ -375,7 +375,7 @@ begin
|
||||
MCycles <= "000";
|
||||
DO <= "00000000";
|
||||
|
||||
ACC <= (others => '1');
|
||||
ACC <= (others => '0');
|
||||
if Mode = 3 then
|
||||
F <= "11110000";
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user