Jeff Parsons
|
b7bf90127f
|
Typo
|
2015-07-07 13:36:07 -07:00 |
|
Jeff Parsons
|
8a1fe0c535
|
More VGA tests
|
2015-07-07 13:22:24 -07:00 |
|
Jeff Parsons
|
88afea02e6
|
Fix MASM errors (Width became a reserved symbol at some point)
|
2015-07-07 12:50:40 -07:00 |
|
Jeff Parsons
|
8e09ad0bff
|
Mode X test
|
2015-07-06 16:18:27 -07:00 |
|
Jeff Parsons
|
0313c2d67a
|
More VGA tests (sprinkled with some Borland/Microsoft compatibility dust)
|
2015-07-05 13:35:07 -07:00 |
|
Jeff Parsons
|
69d4893ec6
|
More VGA tests
|
2015-07-05 11:38:30 -07:00 |
|
Jeff Parsons
|
d689753f37
|
More DAC support
|
2015-07-05 10:24:32 -07:00 |
|
Jeff Parsons
|
37b89c6b37
|
More VGA tests
|
2015-07-02 11:12:51 -07:00 |
|
Jeff Parsons
|
18dea45957
|
More VGA tests
|
2015-07-02 11:10:34 -07:00 |
|
Jeff Parsons
|
dc6e527a41
|
Whitespace
|
2015-07-01 15:49:33 -07:00 |
|
Jeff Parsons
|
718073f45f
|
Scaffolding for VGA CHAIN4 support
|
2015-06-30 20:29:51 -07:00 |
|
Jeff Parsons
|
965ee01f99
|
Updated README
|
2015-06-29 15:47:06 -07:00 |
|
Jeff Parsons
|
aa3c978517
|
More VGA tests
|
2015-06-29 15:42:43 -07:00 |
|
Jeff Parsons
|
13eeef57d9
|
More VGA tests
|
2015-06-29 11:09:09 -07:00 |
|
Jeff Parsons
|
c71823356d
|
More VGA tests
|
2015-06-29 09:42:44 -07:00 |
|
Jeff Parsons
|
fb490b62da
|
Updated README
|
2015-06-28 20:59:37 -07:00 |
|
Jeff Parsons
|
fed558c8d4
|
More VGA tests
|
2015-06-27 18:34:55 -07:00 |
|
Jeff Parsons
|
2bc16d6e14
|
Typo
|
2015-06-27 12:17:32 -07:00 |
|
Jeff Parsons
|
dea84bc0ee
|
Whitespace
|
2015-06-27 12:13:32 -07:00 |
|
Jeff Parsons
|
e50a9fe91d
|
Remove INT 3 added during testing
|
2015-06-27 12:09:06 -07:00 |
|
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 |
|