urasm: added fclose() to saveTap()
[urasm.git] / src / ursna48.h
bloba5a40d544db63332863f8017a823d9b52436224e
1 // URASM Z80 assembler
2 // coded by Ketmar // Vamprile Avalon
3 // GPLv3 or later
4 //
5 #ifndef URSNA48_H
6 #define URSNA48_H
8 #include <stdint.h>
11 extern const uint8_t ursna48[1195];
14 #endif