]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
x86 bridgeboard: DOSBox x86 CPU core and mainboard support chip emulation.
authorToni Wilen <twilen@winuae.net>
Mon, 27 Jul 2015 16:24:15 +0000 (19:24 +0300)
committerToni Wilen <twilen@winuae.net>
Mon, 27 Jul 2015 16:24:15 +0000 (19:24 +0300)
commitb12931b6cbf3afc2564d3893a034911a40dc7876
treef40a6185808b858d978526591f02338d3ac2c0dc
parent86279415b609f8079d94adc7cbc8ad64a4c5d534
x86 bridgeboard: DOSBox x86 CPU core and mainboard support chip emulation.
45 files changed:
dosbox/callback.h [new file with mode: 0644]
dosbox/cmos.cpp [new file with mode: 0644]
dosbox/core_full.cpp [new file with mode: 0644]
dosbox/core_full/ea_lookup.h [new file with mode: 0644]
dosbox/core_full/load.h [new file with mode: 0644]
dosbox/core_full/loadwrite.h [new file with mode: 0644]
dosbox/core_full/op.h [new file with mode: 0644]
dosbox/core_full/optable.h [new file with mode: 0644]
dosbox/core_full/save.h [new file with mode: 0644]
dosbox/core_full/string.h [new file with mode: 0644]
dosbox/core_full/support.h [new file with mode: 0644]
dosbox/core_normal.cpp [new file with mode: 0644]
dosbox/core_normal/helpers.h [new file with mode: 0644]
dosbox/core_normal/prefix_0f.h [new file with mode: 0644]
dosbox/core_normal/prefix_66.h [new file with mode: 0644]
dosbox/core_normal/prefix_66_0f.h [new file with mode: 0644]
dosbox/core_normal/prefix_none.h [new file with mode: 0644]
dosbox/core_normal/string.h [new file with mode: 0644]
dosbox/core_normal/support.h [new file with mode: 0644]
dosbox/core_normal/table_ea.h [new file with mode: 0644]
dosbox/core_simple.cpp [new file with mode: 0644]
dosbox/cpu.cpp [new file with mode: 0644]
dosbox/cpu.h [new file with mode: 0644]
dosbox/db_memory.cpp [new file with mode: 0644]
dosbox/dosbox.h [new file with mode: 0644]
dosbox/flags.cpp [new file with mode: 0644]
dosbox/fpu.cpp [new file with mode: 0644]
dosbox/fpu.h [new file with mode: 0644]
dosbox/fpu_instructions.h [new file with mode: 0644]
dosbox/fpu_instructions_x86.h [new file with mode: 0644]
dosbox/inout.h [new file with mode: 0644]
dosbox/instructions.h [new file with mode: 0644]
dosbox/keyboard.cpp [new file with mode: 0644]
dosbox/lazyflags.h [new file with mode: 0644]
dosbox/logging.h [new file with mode: 0644]
dosbox/mem.h [new file with mode: 0644]
dosbox/modrm.cpp [new file with mode: 0644]
dosbox/modrm.h [new file with mode: 0644]
dosbox/paging.cpp [new file with mode: 0644]
dosbox/paging.h [new file with mode: 0644]
dosbox/pic.cpp [new file with mode: 0644]
dosbox/pic.h [new file with mode: 0644]
dosbox/regs.h [new file with mode: 0644]
dosbox/setup.h [new file with mode: 0644]
dosbox/support.h [new file with mode: 0644]