1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-25 19:29:49 +00:00

GB: Fix a silly warning

This commit is contained in:
Karol Stasiak 2020-03-31 17:27:31 +02:00
parent 63ff28e94e
commit be21c34dc4
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#if not(GAMEBOY)
#warn gb_hardware module should be only used on NES/Famicom targets
#warn gb_hardware module should be only used on Game Boy targets
#endif
#pragma zilog_syntax

View File

@ -1,5 +1,5 @@
#if not(GAMEBOY)
#warn gb_header_small module should be only used on NES/Famicom targets
#warn gb_header_small module should be only used on Game Boy targets
#endif
#pragma zilog_syntax

View File

@ -1,5 +1,5 @@
#if not(GAMEBOY)
#warn gb_joy module should be only used on NES/Famicom targets
#warn gb_joy module should be only used on Game Boy targets
#endif
import gb_hardware