Jeff Parsons
|
12248e59ce
|
More VGA tests
|
2015-06-27 12:07:27 -07:00 |
|
Jeff Parsons
|
2798fb223a
|
More VGA tests
|
2015-06-27 12:05:33 -07:00 |
|
Jeff Parsons
|
a0d89e5071
|
Generic write mode 0 function was missing set/reset capability
|
2015-06-27 10:31:26 -07:00 |
|
Jeff Parsons
|
2bc406e9e1
|
Fixed character conversions
|
2015-06-26 10:27:05 -07:00 |
|
Jeff Parsons
|
2f20b47cb4
|
Whitespace
|
2015-06-26 10:23:20 -07:00 |
|
Jeff Parsons
|
0910d0585e
|
Whitespace
|
2015-06-26 10:17:34 -07:00 |
|
Jeff Parsons
|
141b7db85d
|
More VGA tests
|
2015-06-25 09:10:52 -07:00 |
|
Jeff Parsons
|
9b4761e35c
|
More VGA tests
|
2015-06-25 09:00:25 -07:00 |
|
Jeff Parsons
|
d563ce925a
|
Typo
|
2015-06-23 22:21:47 -07:00 |
|
Jeff Parsons
|
5f0321c5ad
|
README update
|
2015-06-10 17:16:33 -07:00 |
|
Jeff Parsons
|
7bb42d5ab6
|
DiskDump improvements (eg, don't put .img files inside other .img files)
|
2015-06-10 17:01:21 -07:00 |
|
Jeff Parsons
|
bdb07f458a
|
Added VGA tests directory
|
2015-06-10 16:32:49 -07:00 |
|
Jeff Parsons
|
4d98db494d
|
Added VGA tests directory
|
2015-06-10 16:30:09 -07:00 |
|
Jeff Parsons
|
35c9648f6d
|
Some additional tests
|
2015-05-19 15:51:48 -07:00 |
|
Jeff Parsons
|
56d03451ac
|
Fix Debugger register lookup for 80286/80386
|
2015-05-14 10:30:12 -07:00 |
|
Jeff Parsons
|
dd12198e62
|
80386 tests now pass when running both as a ROM and as a DOS .COM file
|
2015-05-14 09:03:03 -07:00 |
|
Jeff Parsons
|
0ae5ab13a9
|
Test comments
|
2015-05-13 14:37:21 -07:00 |
|
Jeff Parsons
|
42cf78b8e0
|
Fix segment ACCESSED tracking
|
2015-05-12 15:01:03 -07:00 |
|
Jeff Parsons
|
65ca078b55
|
Fixed paging test and newAddr()
|
2015-05-09 09:34:18 -07:00 |
|
Jeff Parsons
|
ac862f3b1d
|
Fixed the Debugger opcode history buffer (was broken by DbgAddr changes)
|
2015-05-09 07:52:03 -07:00 |
|
Jeff Parsons
|
e4eb0764d7
|
Revised tests
|
2015-05-08 16:35:36 -07:00 |
|
Jeff Parsons
|
07530c7e58
|
Fix 32-bit segment-register MOVs (they write 32 bits to a register, but only 16 bits to memory)
|
2015-05-08 13:36:02 -07:00 |
|
Jeff Parsons
|
83f2218e27
|
More debugger paging improvements
|
2015-05-08 12:58:53 -07:00 |
|
Jeff Parsons
|
3a1d05d541
|
BOUND fixes
|
2015-05-07 20:57:49 -07:00 |
|
Jeff Parsons
|
f3646d206f
|
Fixed MOVSX,MOVZX, and passed initial paging test
|
2015-05-07 16:00:38 -07:00 |
|
Jeff Parsons
|
45f2d6e2d1
|
Fix protected-mode tests to NOT load a 32-bit code segment before returning to real-mode (bad idea)
|
2015-05-06 17:36:58 -07:00 |
|
Jeff Parsons
|
cfa4e0207f
|
Fixed LGDT and LIDT, fixed read-only memory, and fixed mode transition tests
|
2015-05-06 16:24:28 -07:00 |
|
Jeff Parsons
|
9ab1f92adc
|
Fixed 32-bit protected-mode test code
|
2015-05-05 18:26:19 -07:00 |
|
Jeff Parsons
|
f36b79cd25
|
Debugger must use CPU memory functions now, in preparation for paging
|
2015-05-05 16:16:57 -07:00 |
|
Jeff Parsons
|
380db6ef7d
|
32-bit operand fixes
|
2015-05-05 11:45:24 -07:00 |
|
Jeff Parsons
|
73086a7ac8
|
Moved paging functions from Bus to CPU
|
2015-05-05 10:32:04 -07:00 |
|
Jeff Parsons
|
2784934491
|
Cleaned up conditional jump handling
|
2015-05-04 19:26:06 -07:00 |
|
Jeff Parsons
|
759a0c3541
|
32-bit signed/unsigned division
|
2015-04-23 16:48:25 -07:00 |
|
Jeff Parsons
|
d68f1bd985
|
32-bit multiplication
|
2015-04-22 17:24:40 -07:00 |
|
Jeff Parsons
|
1508cd1bf3
|
Compaq DeskPro 386 ROM BIOS boots UNMODIFIED now
|
2015-04-16 17:31:40 -07:00 |
|
Jeff Parsons
|
3ce78f23ed
|
romtests.json updated
|
2015-04-04 21:11:06 -07:00 |
|
Jeff Parsons
|
96a39c9bbe
|
Playing with NASM
|
2015-04-04 12:35:36 -07:00 |
|
Jeff Parsons
|
43d1912823
|
Created README for trace utility
|
2015-04-03 08:38:23 -07:00 |
|
Jeff Parsons
|
af2a2c8ac1
|
Use .nasm to distinguish NASM source from MASM source
|
2015-04-03 08:05:58 -07:00 |
|
Jeff Parsons
|
5575d6e3fa
|
Cleanup
|
2015-04-02 23:18:13 -07:00 |
|
jeffpar
|
a5e3e6a59d
|
Initial commit (a clone of the jsmachines project as of v1.15.3)
|
2014-09-27 14:52:57 -07:00 |
|