Tue, 28 Dec 2010 17:31:28 +0000 |
add state initialisation for expansion RAM |
file | diff | annotate
|
Tue, 14 Dec 2010 02:41:40 +0000 |
add CHS param checking (FDC), fix DMA address setting (DMA_XFER) |
file | diff | annotate
|
Mon, 13 Dec 2010 03:00:43 +0000 |
disable floppy interrupts (to CPU), force HDD int flag on (i.e. command always complete) |
file | diff | annotate
|
Sun, 12 Dec 2010 23:47:35 +0000 |
improve error and DMA handling |
file | diff | annotate
|
Mon, 06 Dec 2010 01:26:37 +0000 |
disc dma seems to work, but still no boot ;( |
file | diff | annotate
|
Sun, 05 Dec 2010 16:20:00 +0000 |
add preliminary WD279x emulation to core |
file | diff | annotate
|
Sun, 05 Dec 2010 10:22:23 +0000 |
remove redundant sdl_quit() |
file | diff | annotate
|
Sun, 05 Dec 2010 03:55:46 +0000 |
add preliminary WD2797 FDC emulator |
file | diff | annotate
|
Fri, 03 Dec 2010 14:21:19 +0000 |
add SDL event handler -- now we can quit the emulator without using kill -9! :) |
file | diff | annotate
|
Fri, 03 Dec 2010 00:20:36 +0000 |
fix missing shift-right in video output code |
file | diff | annotate
|
Thu, 02 Dec 2010 23:37:49 +0000 |
add a few colour variants |
file | diff | annotate
|
Thu, 02 Dec 2010 23:30:13 +0000 |
add video emulation |
file | diff | annotate
|
Thu, 02 Dec 2010 23:03:13 +0000 |
move memory access and mapping functions into memory.[ch] |
file | diff | annotate
|
Thu, 02 Dec 2010 22:40:13 +0000 |
remove redundant debug printf |
file | diff | annotate
|
Thu, 02 Dec 2010 22:27:43 +0000 |
add proper tracking of unhandled R/W operations |
file | diff | annotate
|
Thu, 02 Dec 2010 20:58:12 +0000 |
rework address-check logic |
file | diff | annotate
|
Thu, 02 Dec 2010 20:42:30 +0000 |
disable redundant R/W logging |
file | diff | annotate
|
Thu, 02 Dec 2010 20:19:20 +0000 |
fix ROMLMAP handling |
file | diff | annotate
|
Thu, 02 Dec 2010 19:30:46 +0000 |
rewrite memory access routines |
file | diff | annotate
|
Thu, 02 Dec 2010 17:01:34 +0000 |
Implement memory mapping and access checking |
file | diff | annotate
|
Thu, 02 Dec 2010 02:43:49 +0000 |
add routines for memory access checking |
file | diff | annotate
|
Thu, 02 Dec 2010 01:31:05 +0000 |
indicate supervisor state in unknown reg printfs |
file | diff | annotate
|
Thu, 02 Dec 2010 01:03:46 +0000 |
add SDL video mode set code |
file | diff | annotate
|
Wed, 01 Dec 2010 22:43:52 +0000 |
add Map RAM emulation |
file | diff | annotate
|
Wed, 01 Dec 2010 22:34:15 +0000 |
move repeated R/W bit-shifting stuff into macros and fix RAM addressing issue |
file | diff | annotate
|
Wed, 01 Dec 2010 22:15:41 +0000 |
add LED decode [debug] |
file | diff | annotate
|
Wed, 01 Dec 2010 22:11:06 +0000 |
add VRAM emulation |
file | diff | annotate
|
Wed, 01 Dec 2010 22:01:58 +0000 |
remove annoying 'timeslot' debug-log printf |
file | diff | annotate
|
Wed, 01 Dec 2010 22:01:23 +0000 |
fix unknown-register logging |
file | diff | annotate
|
Wed, 01 Dec 2010 21:55:09 +0000 |
Edit I/O routines so R/Ws only log if the register is unknown |
file | diff | annotate
|
Wed, 01 Dec 2010 21:29:44 +0000 |
add main emulation loop with preliminary timing |
file | diff | annotate
|
Mon, 29 Nov 2010 00:20:40 +0000 |
split state handling into state.[ch] |
file | diff | annotate
|
Sun, 28 Nov 2010 23:29:00 +0000 |
add license clarification to boot banner |
file | diff | annotate
|
Sun, 28 Nov 2010 23:08:06 +0000 |
add preliminary main loop |
file | diff | annotate
|
Sun, 28 Nov 2010 22:05:07 +0000 |
remove debug fluff |
file | diff | annotate
|
Sun, 28 Nov 2010 22:04:14 +0000 |
enforce RAM size requirements |
file | diff | annotate
|
Sun, 28 Nov 2010 22:01:45 +0000 |
rework to use byte arrays to store ROM and RAM |
file | diff | annotate
|
Sun, 28 Nov 2010 20:52:53 +0000 |
fix memory read stuff, now need to deal with memory write |
file | diff | annotate
|
Sun, 28 Nov 2010 20:02:45 +0000 |
remove debug fluff |
file | diff | annotate
|
Sun, 28 Nov 2010 19:53:53 +0000 |
set up ROM loader and state storage, add basic emulator core |
file | diff | annotate
|
Sun, 28 Nov 2010 03:14:37 +0000 |
add basic 68k emulation callbacks |
file | diff | annotate
|
Sat, 27 Nov 2010 01:13:12 +0000 |
initial commit |
file | diff | annotate
|