Fixed emulator
This commit is contained in:
@@ -102,10 +102,10 @@ void MemoryUnit::ADecoder::write(Addr a, Word w, bool sup, Size wordSize) {
|
||||
Word before = m.read(a);
|
||||
Word new_word = w;
|
||||
|
||||
if (a == 0x8000012c)
|
||||
{
|
||||
printf("WRITING TO 0x8000012c -> %d\n", w);
|
||||
}
|
||||
// if (a == 0x00010000)
|
||||
// {
|
||||
// fprintf(stderr, "%c", w);
|
||||
// }
|
||||
|
||||
if (wordSize == 8)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user