mirror of
https://github.com/KarolS/millfork.git
synced 2025-08-09 10:24:57 +00:00
GB: Fix a silly warning
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user