From eb5c7ee0e54b5e9929c5537624d2597b0f3560a2 Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 5 Jun 2020 10:51:25 -0300 Subject: [PATCH] Add MSX1/MSX2 color palettes --- data/extensions/hardware-palettes/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/extensions/hardware-palettes/package.json b/data/extensions/hardware-palettes/package.json index c7a905b24..ff5948382 100644 --- a/data/extensions/hardware-palettes/package.json +++ b/data/extensions/hardware-palettes/package.json @@ -26,6 +26,8 @@ { "id": "Game Boy", "path": "./gameboy.gpl" }, { "id": "Game Boy Color Type1", "path": "./gameboy-color-type1.gpl" }, { "id": "Master System", "path": "./master-system.gpl" }, + { "id": "MSX1", "path": "./msx1.gpl" }, + { "id": "MSX2", "path": "./msx2.gpl" }, { "id": "NES", "path": "./nes.gpl" }, { "id": "NES NTSC", "path": "./nes-ntsc.gpl" }, { "id": "Teletext", "path": "./teletext.gpl" },