From be21c34dc495e4f99f9339e42d5a97c0696268c1 Mon Sep 17 00:00:00 2001 From: Karol Stasiak Date: Tue, 31 Mar 2020 17:27:31 +0200 Subject: [PATCH] GB: Fix a silly warning --- include/gb_hardware.mfk | 2 +- include/gb_header_small.mfk | 2 +- include/gb_joy.mfk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/gb_hardware.mfk b/include/gb_hardware.mfk index 59a1080e..0f1cc39f 100644 --- a/include/gb_hardware.mfk +++ b/include/gb_hardware.mfk @@ -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 diff --git a/include/gb_header_small.mfk b/include/gb_header_small.mfk index 62fb0752..de68606f 100644 --- a/include/gb_header_small.mfk +++ b/include/gb_header_small.mfk @@ -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 diff --git a/include/gb_joy.mfk b/include/gb_joy.mfk index 163cd1bd..e88539d0 100644 --- a/include/gb_joy.mfk +++ b/include/gb_joy.mfk @@ -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