blob: 12f49533420392fa8cf65d4d0e2fbabf36944f85 (
plain)
1
2
3
4
5
6
7
|
/*
Copyright (C) 2025-2026 Harley Travis <yoshi128k@gmail.com>.
This software (including source code) is licensed under the BSD Zero Clause
License. See the Copying.TXT file for details.
*/
U8 FDC_DMA[0x4800]; // Floppy DMA buffer
|