summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gp32.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gp32.cpp')
-rw-r--r--src/mame/drivers/gp32.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/gp32.cpp b/src/mame/drivers/gp32.cpp
index 0e98d6d2038..93bc56b41ac 100644
--- a/src/mame/drivers/gp32.cpp
+++ b/src/mame/drivers/gp32.cpp
@@ -16,8 +16,8 @@
*
* TODO:
* - device-ify s3c240x;
- * - console screen is horizontal, but here screen is setted up with
- * Height < Width and ROT270, in a double negation fashion. Simplify and
+ * - console screen is horizontal, but here screen is setted up with
+ * Height < Width and ROT270, in a double negation fashion. Simplify and
* eventually update video fns;
* - Normalize palette to actual TFT color space;
* - Several games have dubious sound clipping and mixing;
@@ -25,7 +25,7 @@
* - Games from SW list doesn't reload after save, is it even supported?
* - Add slot for USB PC-Link application, add a host machine connection
* somehow;
- * - Verify MP3 support, which in turn needs checking out how the filesystem
+ * - Verify MP3 support, which in turn needs checking out how the filesystem
* works here (and eventually a tool for direct injecting);
* - Verify gp32linux distro;
*