summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/xavix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/xavix.c')
-rw-r--r--src/mess/drivers/xavix.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/drivers/xavix.c b/src/mess/drivers/xavix.c
index d1c6fca1755..a407de28bb0 100644
--- a/src/mess/drivers/xavix.c
+++ b/src/mess/drivers/xavix.c
@@ -2,13 +2,13 @@
// copyright-holders: ?
/***************************************************************************
- Skeleton driver for XaviX TV PNP console and childs (Let's! Play TV Classic)
+ Skeleton driver for XaviX TV PNP console and childs (Let's! Play TV Classic)
- CPU is M6502 derivative, almost likely to be a G65816
+ CPU is M6502 derivative, almost likely to be a G65816
- TODO:
- - understand how to map ROM at 0x800000-0x9fffff / 0xc00000 / 0xdfffff
- banks (granted that we have the ROM for that, of course)
+ TODO:
+ - understand how to map ROM at 0x800000-0x9fffff / 0xc00000 / 0xdfffff
+ banks (granted that we have the ROM for that, of course)
***************************************************************************/