Wed, 13 Mar 2013 01:10:34 +0000 |
merge changes from default |
file | diff | annotate
|
Wed, 13 Mar 2013 00:43:25 +0000 |
[wd2010,main] WD2010 disc geometry fixes |
file | diff | annotate
|
Fri, 18 Jan 2013 17:03:48 +0000 |
experimental memory mapper, not quite working |
file | diff | annotate
|
Wed, 16 Jan 2013 00:41:51 +0000 |
fix default HDD sectors-per-track |
file | diff | annotate
|
Mon, 14 Jan 2013 09:50:37 +0000 |
Max out system memory by default |
file | diff | annotate
|
Sat, 17 Nov 2012 19:18:29 +0000 |
add HDD support + fixes |
file | diff | annotate
|
Sat, 17 Nov 2012 19:13:08 +0000 |
Improve floppy disc support |
file | diff | annotate
|
Fri, 04 Mar 2011 02:12:25 +0000 |
only strobe BUSERR if dma access caused a pagefault, and don't send IRQ0s (musashi auto-clears IRQs)! |
file | diff | annotate
|
Wed, 02 Mar 2011 07:16:32 +0000 |
Add 60Hz timer tick patch from Andrew Warkentin <andreww591 gmail com> |
file | diff | annotate
|
Thu, 10 Feb 2011 01:09:42 +0000 |
make it possible to eject the floppy disc (use F11!) |
file | diff | annotate
|
Thu, 10 Feb 2011 00:07:59 +0000 |
remove edge-sensive kbc intr handler, was breaking the keyboard stuff. also made kbd refresh at same rate as 60Hz tick. |
file | diff | annotate
|
Wed, 09 Feb 2011 23:45:55 +0000 |
only send kb state when the state changes, use kb command constants |
file | diff | annotate
|
Wed, 09 Feb 2011 22:05:42 +0000 |
merge heads |
file | diff | annotate
|
Thu, 30 Dec 2010 00:41:48 +0000 |
fix fdc irq handling (but irqs still disabled for now until the arbiter is sorted out) |
file | diff | annotate
|
Wed, 09 Feb 2011 17:11:48 +0000 |
more keyboard fixes... interrupt logic needs fixing... grrrrr... |
file | diff | annotate
|
Wed, 09 Feb 2011 15:03:31 +0000 |
implement some more of the keyboard controller |
file | diff | annotate
|
Wed, 29 Dec 2010 09:06:17 +0000 |
eliminate redundant head |
file | diff | annotate
|
Wed, 29 Dec 2010 09:04:43 +0000 |
merge heads (properly this time) |
file | diff | annotate
|
Wed, 29 Dec 2010 03:27:35 +0000 |
discard head, need to merge some stuff back in later |
file | diff | annotate
|
Mon, 06 Dec 2010 08:27:21 +0000 |
move edge-sensitive FDC IRQ to main() |
file | diff | annotate
|
Tue, 28 Dec 2010 19:11:46 +0000 |
add page fault handling for DMA controller |
file | diff | annotate
|
Tue, 28 Dec 2010 18:59:15 +0000 |
DMA: remove a few debug messages and rewrite memory error handling |
file | diff | annotate
|
Tue, 28 Dec 2010 17:47:01 +0000 |
finish expansion memory emulation |
file | diff | annotate
|
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
|