2021-11-05 17:32:45 -04:00
|
|
|
/*
|
2023-01-01 16:19:40 -05:00
|
|
|
Copyright (c) 2021 Devine Lu Linvega, Andrew Alderwick
|
2021-11-05 17:32:45 -04:00
|
|
|
|
|
|
|
Permission to use, copy, modify, and distribute this software for any
|
|
|
|
purpose with or without fee is hereby granted, provided that the above
|
|
|
|
copyright notice and this permission notice appear in all copies.
|
|
|
|
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
|
|
WITH REGARD TO THIS SOFTWARE.
|
|
|
|
*/
|
|
|
|
|
2022-03-17 14:57:22 -04:00
|
|
|
#define POLYFILEY 2
|
2022-03-28 13:16:44 -04:00
|
|
|
#define DEV_FILE0 0xa
|
2022-03-17 14:31:33 -04:00
|
|
|
|
2023-01-01 16:19:40 -05:00
|
|
|
void file_deo(Uint8 id, Uint8 *ram, Uint8 *d, Uint8 port);
|
|
|
|
Uint8 file_dei(Uint8 id, Uint8 *d, Uint8 port);
|