mirror of
https://github.com/KarolS/millfork.git
synced 2024-12-27 19:30:04 +00:00
GB: Fix a silly warning
This commit is contained in:
parent
63ff28e94e
commit
be21c34dc4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user