Skip to content

Commit

Permalink
xavix2.cpp: Fix up some stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuavas authored Dec 11, 2024
1 parent d93c83d commit 7f9df7e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/mame/tvgames/xavix2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@
XaviX 2
unknown architecture, does not appear to be 6502 derived like XaviX / SuperXaviX
RISC-like architecture, not 6502-derived like XaviX / SuperXaviX
die is marked "SSD 2002-2004 NEC 800208-51"
*******************************************************************************/

#include "emu.h"

#include "screen.h"
#include "cpu/xavix2/xavix2.h"
#include "machine/i2cmem.h"

#include "emupal.h"
#include "screen.h"
#include "softlist.h"
#include "speaker.h"
#include "cpu/xavix2/xavix2.h"
#include "machine/i2cmem.h"

#include <algorithm>


Expand Down Expand Up @@ -774,7 +776,7 @@ ROM_END
CONS( 2006, ltv_naru, 0, 0, config, naruto, naruto_state, empty_init, "Bandai / SSD Company LTD", "Let's TV Play Naruto (Japan)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND )

// テレビであそぼう!まなぼう! 超脳力あいうえお図鑑
CONS( 2006, epo_dabj, 0, 0, config, dabj, xavix2_state, empty_init, "Epoch / SSD Company LTD", "Terebi de Asobou! Manabou! Chou Nouryoku Aiueo Zukan (Japan)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND )
CONS( 2006, epo_dabj, 0, 0, config, dabj, xavix2_state, empty_init, "Epoch / SSD Company LTD", "TV de Asobou! Manabou! Chou Nouryoku AIUEO Zukan (Japan)", MACHINE_NOT_WORKING | MACHINE_IMPERFECT_GRAPHICS | MACHINE_IMPERFECT_SOUND )

// These are for the 'Domyos Interactive System' other Domyos Interactive System games can be found in xavix.cpp (the SoC is inside the cartridge, base acts as a 'TV adapter' only)

Expand Down

0 comments on commit 7f9df7e

Please sign in to comment.