summaryrefslogtreecommitdiff
path: root/firmware/export/config/ibassodx90.h
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2020-09-26 17:19:07 -0400
committerSolomon Peachy <pizza@shaftnet.org>2020-10-09 11:39:25 -0400
commit4231c2c83f2b5331e3e38b10a308ee3752315f9c (patch)
tree1e14867e9c9f0d7b778e7c4c18103a7cbd491794 /firmware/export/config/ibassodx90.h
parent278522f8118bd2cfce065ec95f0a93ca53e3ca44 (diff)
downloadrockbox-4231c2c83f2b5331e3e38b10a308ee3752315f9c.tar.gz
rockbox-4231c2c83f2b5331e3e38b10a308ee3752315f9c.zip
codecs: Add support for the 'VTX' ZX Spectrum chiptunes format.
This codec requires floating point. Original author: Peter Sovietov Ported to Rockbox: Roman Skylarov Further integration and bugfixes: Solomon Peachy Change-Id: I781ecd3592dfcdbbc694063334350342534f1d6c
Diffstat (limited to 'firmware/export/config/ibassodx90.h')
-rw-r--r--firmware/export/config/ibassodx90.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/export/config/ibassodx90.h b/firmware/export/config/ibassodx90.h
index 1e2a1be062..ae5a446aa3 100644
--- a/firmware/export/config/ibassodx90.h
+++ b/firmware/export/config/ibassodx90.h
@@ -25,6 +25,7 @@
25 25
26/* We don't run on hardware directly */ 26/* We don't run on hardware directly */
27#define CONFIG_PLATFORM PLATFORM_HOSTED 27#define CONFIG_PLATFORM PLATFORM_HOSTED
28#define HAVE_FPU
28 29
29/* For Rolo and boot loader */ 30/* For Rolo and boot loader */
30#define MODEL_NUMBER 95 31#define MODEL_NUMBER 95
@@ -33,9 +34,6 @@
33 34
34#define USB_NONE 35#define USB_NONE
35 36
36
37
38
39/* define this if you have a colour LCD */ 37/* define this if you have a colour LCD */
40#define HAVE_LCD_COLOR 38#define HAVE_LCD_COLOR
41 39