Skip to content

Commit 29419da

Browse files
committed
Configure YM7128B_emu to use floats
1 parent 24a0875 commit 29419da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/YM7128B_emu/YM7128B_emu.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ extern "C" {
4343
#endif
4444

4545
#ifndef YM7128B_FLOAT
46-
#define YM7128B_FLOAT double //!< Floating point data type
46+
#define YM7128B_FLOAT float //!< Floating point data type
4747
#define YM7128B_Float_Min (-1) //!< Maximum floating point value
4848
#define YM7128B_Float_Max (+1) //!< Minimum floating point value
4949
#endif

0 commit comments

Comments
 (0)