From defaf6283c4b5de1e493cf8cadfeea93209e89ba Mon Sep 17 00:00:00 2001 From: fulivi Date: Thu, 10 Apr 2025 14:10:58 +0200 Subject: [PATCH] MSX: add Video80 homebrew card (#13568) * MSX: fixed vy0010 ROM image --- hash/msx1_cart.xml | 15 +- scripts/src/bus.lua | 2 + src/devices/bus/msx/cart/cartridge.cpp | 2 + src/devices/bus/msx/cart/slotoptions.cpp | 2 +- src/devices/bus/msx/cart/slotoptions.h | 2 +- src/devices/bus/msx/cart/video80.cpp | 200 +++++++++++++++++++++++ src/devices/bus/msx/cart/video80.h | 19 +++ 7 files changed, 237 insertions(+), 5 deletions(-) create mode 100644 src/devices/bus/msx/cart/video80.cpp create mode 100644 src/devices/bus/msx/cart/video80.h diff --git a/hash/msx1_cart.xml b/hash/msx1_cart.xml index bbc3f370f58..0b0fc69cde9 100644 --- a/hash/msx1_cart.xml +++ b/hash/msx1_cart.xml @@ -19097,9 +19097,7 @@ legacy FM implementations cannot find it. - - - + @@ -27681,6 +27679,17 @@ legacy FM implementations cannot find it. + + Video-80 80-column video card + 1988 + F.Ulivi + + + + + + +