MartyPC, a cycle accurate PC emulator.
https://github.com/dbalsom/martypc
@dosnostalgic How is this compared to DOSBox?
@dukeofprunes @dosnostalgic In DOSBox every CPU instruction takes the same amount of time to execute, and you decide how many instruction to execute every millisecond.
MartyPC emulates the Intel 8088 at a lower level, where every opcode takes the right amount of time and every I/O device is synchronized to a point where demos like 8088MPH and Area 5150 can correctly run.
@dukeboitans @dukeofprunes @dosnostalgic Would this be more accurate than PCem for 8086PC?
@Blackthorn @dukeboitans @dukeofprunes Yes. This is the *first* fully cycle accurate PC emulator.