dirkwhoffmann / Moira

A Motorola 68000 emulator written in C++
https://dirkwhoffmann.github.io/Moira
Other
109 stars 13 forks source link

Enforcer test #16

Closed dirkwhoffmann closed 2 years ago

dirkwhoffmann commented 2 years ago

I've run Enforcer in combination with LawBreaker on my modded A500 (Terrible Fire), mainly to verify that the MMU is OK (which seems to be the case).

Here is the output (5 violations have been reported):

Bildschirmfoto 2022-10-04 um 15 22 05 Bildschirmfoto 2022-10-04 um 15 18 20

Milestone to reach: Make Enforcer work in vAmiga.

Instructions for generating the output:

  1. Install Kick 2.04
  2. Boot WB 2.0
  3. Open CLI
  4. Insert Enforcer disk
  5. Type run enforcer STDIO
  6. Type lawbreaker
dirkwhoffmann commented 2 years ago

Closed as the MMU project is put on hold.

For reference: Commit 115f803 ist the last commit containing MMU code.