ReC98/th04/hardware
nmlgc 8bcf5d7b84 [Regression] Explicitly request 16-bit default segments when using .MODEL
Whoops, turns out that the build has been broken on TASM32 version 5.3
(the one in the DevKit) ever since 7897bf1. In contrast to version 5.0
(which I use for my development), 5.3 actually defines 32-bit segments
if you specify a .386 CPU before using .MODEL.

That might have been the reason for the .286 workaround all along?
Turns out there's the USE16 modifier, which makes this much more
explicit than switching CPUs.
2021-03-29 22:39:11 +02:00
..
bgimage.cpp [Decompilation] [th04/th05] bgimage_snap(), bgimage_put(), bgimage_free() 2021-03-20 02:36:36 +01:00
bgimage.hpp [Decompilation] [th04/th05] bgimage_snap(), bgimage_put(), bgimage_free() 2021-03-20 02:36:36 +01:00
bgimage[data].asm [Maintenance] Move the bgimage_*() functions to the hardware/ directory 2021-03-19 20:06:54 +01:00
bgimager.asm [Separate translation units] [th04/th05] bgimage_put_rect() (undecompilable) 2021-03-19 23:19:48 +01:00
egcrect.cpp [Maintenance] Make decomp.h exclusive to C++ 2021-03-20 02:17:08 +01:00
egcrect[bss].asm [Decompilation] [th04/th05] EGC-powered page 1→0 rectangle blitting 2020-11-16 20:01:09 +01:00
fillm64-56_256-256.asm [Maintenance] Rename all old *_X and *_Y constants to *_LEFT and *_TOP 2020-08-28 15:14:22 +02:00
grcg.h [Maintenance] [th04/th05] Declare GRCG register setting functions in C land 2020-05-03 23:38:32 +02:00
grcg.inc [Maintenance] Rename all old *_X and *_Y constants to *_LEFT and *_TOP 2020-08-28 15:14:22 +02:00
grcg_fill_rows.asm
grcg_modecol.asm [Maintenance] [th04/th05] Declare GRCG register setting functions in C land 2020-05-03 23:38:32 +02:00
grppsafx.asm [Maintenance] Decide on `_masked` instead of `_mask` for blitting functions 2020-12-02 00:10:48 +01:00
grppsafx.h [Maintenance] Decide on `_masked` instead of `_mask` for blitting functions 2020-12-02 00:10:48 +01:00
grppsafx.inc [Reverse-engineering] Assign names to all graph_putsa_fx() effects 2020-11-02 22:33:50 +01:00
grppsafx[data].asm [Maintenance] Decide on `_masked` instead of `_mask` for blitting functions 2020-12-02 00:10:48 +01:00
input.h
input.inc
input[bss].asm
input_s.asm [Regression] Explicitly request 16-bit default segments when using .MODEL 2021-03-29 22:39:11 +02:00
input_wait.asm
inputvar.h [Maintenance] Declare the input bitflags in a consistent way 2021-01-30 19:13:11 +01:00