diff options
author | 2020-06-21 17:34:44 +1000 | |
---|---|---|
committer | 2020-06-21 17:34:44 +1000 | |
commit | feda349b3eea19d4fd0010a74e2dd6ff30f26b16 (patch) | |
tree | 2ba4b13a2ca181515354170a12b81446ee53da21 /src/mame/drivers/generalplus_gpl16250_spi.cpp | |
parent | 3c499849dd96f17d7944619248261480017ba0c3 (diff) | |
parent | 01661be41c37560a37f2b43c5ecee7a10a6a1680 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'src/mame/drivers/generalplus_gpl16250_spi.cpp')
-rw-r--r-- | src/mame/drivers/generalplus_gpl16250_spi.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mame/drivers/generalplus_gpl16250_spi.cpp b/src/mame/drivers/generalplus_gpl16250_spi.cpp index ffe8e99d28b..36da6a33b7d 100644 --- a/src/mame/drivers/generalplus_gpl16250_spi.cpp +++ b/src/mame/drivers/generalplus_gpl16250_spi.cpp @@ -1,15 +1,15 @@ // license:BSD-3-Clause // copyright-holders:David Haywood /* - GPL16250 / GPAC800 / GMC384 / GCM420 related support + GPL16250 / GPAC800 / GMC384 / GCM420 related support - GPL16250 is the GeneralPlus / SunPlus part number - GPAC800 is the JAKKS Pacific codename - GMC384 / GCM420 is what is printed on the die + GPL16250 is the GeneralPlus / SunPlus part number + GPAC800 is the JAKKS Pacific codename + GMC384 / GCM420 is what is printed on the die - ---- + ---- - GPL16250 games using SPI Flash + RAM configuration + GPL16250 games using SPI Flash + RAM configuration */ #include "emu.h" |