diff options
Diffstat (limited to 'KFloppyDMA.HC')
| -rw-r--r-- | KFloppyDMA.HC | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/KFloppyDMA.HC b/KFloppyDMA.HC index bde62ff..9b2e963 100644 --- a/KFloppyDMA.HC +++ b/KFloppyDMA.HC @@ -1 +1,8 @@ +/*
+ Copyright (C) 2025 Harley Travis <yoshi128k@gmail.com>.
+ This work is free. You can redistribute it and/or modify it under the
+ terms of the Do What The Fuck You Want To Public License, Version 2,
+ as published by Sam Hocevar. See the Copying.TXT file for more details.
+*/
+
U8 FDC_DMA[0x4800]; // Floppy DMA buffer
|
