From 0d15067ab5083246d4c867336605894b2cb86772 Mon Sep 17 00:00:00 2001 From: vtarchive Date: Wed, 31 Dec 2025 20:08:40 +0100 Subject: [PATCH 1/5] innotv_innotabmax.cpp: Add note about undumped system --- src/mame/vtech/innotv_innotabmax.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/mame/vtech/innotv_innotabmax.cpp b/src/mame/vtech/innotv_innotabmax.cpp index 5f6b7aca8034f..c5b6d27ae5691 100644 --- a/src/mame/vtech/innotv_innotabmax.cpp +++ b/src/mame/vtech/innotv_innotabmax.cpp @@ -16,7 +16,7 @@ This file exists so that the Software List has a place to hook up to for the time being. - InnoTV details + InnoTV details: Rockchip RK3168 (Main CPU / SoC) Rockchip RK616 ('Partner Chip for Rockchip mobile application processor' @@ -55,6 +55,9 @@ | |--+ +---------------------+ + Known Undumped international versions: + InnoTab Max (US English, with Toca Boca bonus app, Color and Pop 2, Ice Escape and Peek a Martian, What's That Noise isnt included this time) + *******************************************************************************/ #include "emu.h" From 150231f3015739012103171ea2d83c35c8353ff2 Mon Sep 17 00:00:00 2001 From: vtarchive Date: Wed, 31 Dec 2025 22:54:27 +0100 Subject: [PATCH 2/5] Update innotv_innotabmax.cpp --- src/mame/vtech/innotv_innotabmax.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mame/vtech/innotv_innotabmax.cpp b/src/mame/vtech/innotv_innotabmax.cpp index c5b6d27ae5691..14d3d851abc9f 100644 --- a/src/mame/vtech/innotv_innotabmax.cpp +++ b/src/mame/vtech/innotv_innotabmax.cpp @@ -57,6 +57,7 @@ Known Undumped international versions: InnoTab Max (US English, with Toca Boca bonus app, Color and Pop 2, Ice Escape and Peek a Martian, What's That Noise isnt included this time) + Storio Max (NL Dutch, without the Toca Boca bonus app but everythign is identical from US English except the language) *******************************************************************************/ @@ -168,4 +169,4 @@ ROM_END } // anonymous namespace -CONS( 2015, innotv, 0, 0, vtech_innotv_innotabmax, vtech_innotv_innotabmax, vtech_innotv_innotabmax_state, empty_init, "VTech", "InnoTV", MACHINE_NO_SOUND | MACHINE_NOT_WORKING ) +CONS( 2015, innotvuk, 0, 0, vtech_innotv_innotabmax, vtech_innotv_innotabmax, vtech_innotv_innotabmax_state, empty_init, "VTech", "InnoTV (UK)", MACHINE_NO_SOUND | MACHINE_NOT_WORKING ) From 6c070269a5b5ff068ac3adcaeba5920dc513d7f5 Mon Sep 17 00:00:00 2001 From: vtarchive Date: Thu, 1 Jan 2026 14:38:13 +0100 Subject: [PATCH 3/5] Update innotv_innotabmax.cpp --- src/mame/vtech/innotv_innotabmax.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mame/vtech/innotv_innotabmax.cpp b/src/mame/vtech/innotv_innotabmax.cpp index 14d3d851abc9f..df1b2269c721d 100644 --- a/src/mame/vtech/innotv_innotabmax.cpp +++ b/src/mame/vtech/innotv_innotabmax.cpp @@ -16,7 +16,7 @@ This file exists so that the Software List has a place to hook up to for the time being. - InnoTV details: + InnoTV details Rockchip RK3168 (Main CPU / SoC) Rockchip RK616 ('Partner Chip for Rockchip mobile application processor' @@ -27,6 +27,10 @@ There don't appear to be any ROM / SPI / NAND devices onboard, so must either boot directly from the SD, or have some boot program internal to the SoC + +Known Undumped international versions + InnoTab Max (US English, with Toca Boca bonus app, Color and Pop 2, Ice Escape and Peek a Martian, What's That Noise isnt included this time) + Storio Max (NL Dutch, without the Toca Boca bonus app but everythign is identical from US English except the language) The following pinout was used for the InnoTV / InnoTab MAX cartridges @@ -55,10 +59,6 @@ | |--+ +---------------------+ - Known Undumped international versions: - InnoTab Max (US English, with Toca Boca bonus app, Color and Pop 2, Ice Escape and Peek a Martian, What's That Noise isnt included this time) - Storio Max (NL Dutch, without the Toca Boca bonus app but everythign is identical from US English except the language) - *******************************************************************************/ #include "emu.h" From e0e3f20e3df938f229fe661a291382765e74aa8f Mon Sep 17 00:00:00 2001 From: vtarchive Date: Thu, 1 Jan 2026 15:00:14 +0100 Subject: [PATCH 4/5] Update innotv_innotabmax.cpp --- src/mame/vtech/innotv_innotabmax.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/vtech/innotv_innotabmax.cpp b/src/mame/vtech/innotv_innotabmax.cpp index df1b2269c721d..89a343f954c6e 100644 --- a/src/mame/vtech/innotv_innotabmax.cpp +++ b/src/mame/vtech/innotv_innotabmax.cpp @@ -161,7 +161,7 @@ void vtech_innotv_innotabmax_state::vtech_innotv_innotabmax(machine_config &conf SOFTWARE_LIST(config, "cart_list").set_original("vtech_innotv_cart"); } -ROM_START( innotv ) +ROM_START( innotvuk ) DISK_REGION( "internalsd" ) DISK_IMAGE( "8gb_sdhc_internal", 0, SHA1(443a0a9cc830387317d3218955b72295ee5a88eb) ) ROM_END From e37ef4a2f9454a2cb770d6ea9d32788226a47442 Mon Sep 17 00:00:00 2001 From: vtarchive Date: Thu, 1 Jan 2026 20:53:51 +0100 Subject: [PATCH 5/5] Update mame.lst --- src/mame/mame.lst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index b6c23e32f7103..356f1ce142d69 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -48609,7 +48609,7 @@ gl8008cx gtbmcx @source:vtech/innotv_innotabmax.cpp -innotv +innotvuk @source:vtech/inteladv.cpp cars2lap