Improve handling of fixed multipliers

This commit is contained in:
RichardG867
2020-11-19 14:15:34 -03:00
parent 71c55bdf24
commit 98f09bf4ac
5 changed files with 73 additions and 83 deletions

View File

@@ -85,6 +85,8 @@
#define IS_ARCH(m, a) (machines[(m)].flags & (a)) ? 1 : 0;
#define MACHINE_MULTIPLIER_FIXED -1, -1
enum {
MACHINE_TYPE_NONE = 0,