]> Shamusworld >> Repos - virtualjaguar/blob - src/tom.cpp
Timer fixes, some PAL fixes
[virtualjaguar] / src / tom.cpp
1 //
2 // TOM Processing
3 //
4 // by cal2
5 // GCC/SDL port by Niels Wagenaar (Linux/WIN32) and Caz (BeOS)
6 // Cleanups and endian wrongness amelioration by James L. Hammons
7 // Note: Endian wrongness probably stems from the MAME origins of this emu and
8 //       the braindead way in which MAME handles memory. :-)
9 //
10 // Note: TOM has only a 16K memory space
11 //
12 //      ------------------------------------------------------------
13 //      TOM REGISTERS (Mapped by Aaron Giles)
14 //      ------------------------------------------------------------
15 //      F00000-F0FFFF   R/W   xxxxxxxx xxxxxxxx   Internal Registers
16 //      F00000          R/W   -x-xx--- xxxxxxxx   MEMCON1 - memory config reg 1
17 //                            -x------ --------      (CPU32 - is the CPU 32bits?)
18 //                            ---xx--- --------      (IOSPEED - external I/O clock cycles)
19 //                            -------- x-------      (FASTROM - reduces ROM clock cycles)
20 //                            -------- -xx-----      (DRAMSPEED - sets RAM clock cycles)
21 //                            -------- ---xx---      (ROMSPEED - sets ROM clock cycles)
22 //                            -------- -----xx-      (ROMWIDTH - sets width of ROM: 8,16,32,64 bits)
23 //                            -------- -------x      (ROMHI - controls ROM mapping)
24 //      F00002          R/W   --xxxxxx xxxxxxxx   MEMCON2 - memory config reg 2
25 //                            --x----- --------      (HILO - image display bit order)
26 //                            ---x---- --------      (BIGEND - big endian addressing?)
27 //                            ----xxxx --------      (REFRATE - DRAM refresh rate)
28 //                            -------- xx------      (DWIDTH1 - DRAM1 width: 8,16,32,64 bits)
29 //                            -------- --xx----      (COLS1 - DRAM1 columns: 256,512,1024,2048)
30 //                            -------- ----xx--      (DWIDTH0 - DRAM0 width: 8,16,32,64 bits)
31 //                            -------- ------xx      (COLS0 - DRAM0 columns: 256,512,1024,2048)
32 //      F00004          R/W   -----xxx xxxxxxxx   HC - horizontal count
33 //                            -----x-- --------      (which half of the display)
34 //                            ------xx xxxxxxxx      (10-bit counter)
35 //      F00006          R/W   ----xxxx xxxxxxxx   VC - vertical count
36 //                            ----x--- --------      (which field is being generated)
37 //                            -----xxx xxxxxxxx      (11-bit counter)
38 //      F00008          R     -----xxx xxxxxxxx   LPH - light pen horizontal position
39 //      F0000A          R     -----xxx xxxxxxxx   LPV - light pen vertical position
40 //      F00010-F00017   R     xxxxxxxx xxxxxxxx   OB - current object code from the graphics processor
41 //      F00020-F00023     W   xxxxxxxx xxxxxxxx   OLP - start of the object list
42 //      F00026            W   -------- -------x   OBF - object processor flag
43 //      F00028            W   ----xxxx xxxxxxxx   VMODE - video mode
44 //                        W   ----xxx- --------      (PWIDTH1-8 - width of pixel in video clock cycles)
45 //                        W   -------x --------      (VARMOD - enable variable color resolution)
46 //                        W   -------- x-------      (BGEN - clear line buffer to BG color)
47 //                        W   -------- -x------      (CSYNC - enable composite sync on VSYNC)
48 //                        W   -------- --x-----      (BINC - local border color if INCEN)
49 //                        W   -------- ---x----      (INCEN - encrustation enable)
50 //                        W   -------- ----x---      (GENLOCK - enable genlock)
51 //                        W   -------- -----xx-      (MODE - CRY16,RGB24,DIRECT16,RGB16)
52 //                        W   -------- -------x      (VIDEN - enables video)
53 //      F0002A            W   xxxxxxxx xxxxxxxx   BORD1 - border color (red/green)
54 //      F0002C            W   -------- xxxxxxxx   BORD2 - border color (blue)
55 //      F0002E            W   ------xx xxxxxxxx   HP - horizontal period
56 //      F00030            W   -----xxx xxxxxxxx   HBB - horizontal blanking begin
57 //      F00032            W   -----xxx xxxxxxxx   HBE - horizontal blanking end
58 //      F00034            W   -----xxx xxxxxxxx   HSYNC - horizontal sync
59 //      F00036            W   ------xx xxxxxxxx   HVS - horizontal vertical sync
60 //      F00038            W   -----xxx xxxxxxxx   HDB1 - horizontal display begin 1
61 //      F0003A            W   -----xxx xxxxxxxx   HDB2 - horizontal display begin 2
62 //      F0003C            W   -----xxx xxxxxxxx   HDE - horizontal display end
63 //      F0003E            W   -----xxx xxxxxxxx   VP - vertical period
64 //      F00040            W   -----xxx xxxxxxxx   VBB - vertical blanking begin
65 //      F00042            W   -----xxx xxxxxxxx   VBE - vertical blanking end
66 //      F00044            W   -----xxx xxxxxxxx   VS - vertical sync
67 //      F00046            W   -----xxx xxxxxxxx   VDB - vertical display begin
68 //      F00048            W   -----xxx xxxxxxxx   VDE - vertical display end
69 //      F0004A            W   -----xxx xxxxxxxx   VEB - vertical equalization begin
70 //      F0004C            W   -----xxx xxxxxxxx   VEE - vertical equalization end
71 //      F0004E            W   -----xxx xxxxxxxx   VI - vertical interrupt
72 //      F00050            W   xxxxxxxx xxxxxxxx   PIT0 - programmable interrupt timer 0
73 //      F00052            W   xxxxxxxx xxxxxxxx   PIT1 - programmable interrupt timer 1
74 //      F00054            W   ------xx xxxxxxxx   HEQ - horizontal equalization end
75 //      F00058            W   xxxxxxxx xxxxxxxx   BG - background color
76 //      F000E0          R/W   ---xxxxx ---xxxxx   INT1 - CPU interrupt control register
77 //                            ---x---- --------      (C_JERCLR - clear pending Jerry ints)
78 //                            ----x--- --------      (C_PITCLR - clear pending PIT ints)
79 //                            -----x-- --------      (C_OPCLR - clear pending object processor ints)
80 //                            ------x- --------      (C_GPUCLR - clear pending graphics processor ints)
81 //                            -------x --------      (C_VIDCLR - clear pending video timebase ints)
82 //                            -------- ---x----      (C_JERENA - enable Jerry ints)
83 //                            -------- ----x---      (C_PITENA - enable PIT ints)
84 //                            -------- -----x--      (C_OPENA - enable object processor ints)
85 //                            -------- ------x-      (C_GPUENA - enable graphics processor ints)
86 //                            -------- -------x      (C_VIDENA - enable video timebase ints)
87 //      F000E2            W   -------- --------   INT2 - CPU interrupt resume register
88 //      F00400-F005FF   R/W   xxxxxxxx xxxxxxxx   CLUT - color lookup table A
89 //      F00600-F007FF   R/W   xxxxxxxx xxxxxxxx   CLUT - color lookup table B
90 //      F00800-F00D9F   R/W   xxxxxxxx xxxxxxxx   LBUF - line buffer A
91 //      F01000-F0159F   R/W   xxxxxxxx xxxxxxxx   LBUF - line buffer B
92 //      F01800-F01D9F   R/W   xxxxxxxx xxxxxxxx   LBUF - line buffer currently selected
93 //      ------------------------------------------------------------
94 //      F02000-F021FF   R/W   xxxxxxxx xxxxxxxx   GPU control registers
95 //      F02100          R/W   xxxxxxxx xxxxxxxx   G_FLAGS - GPU flags register
96 //                      R/W   x------- --------      (DMAEN - DMA enable)
97 //                      R/W   -x------ --------      (REGPAGE - register page)
98 //                        W   --x----- --------      (G_BLITCLR - clear blitter interrupt)
99 //                        W   ---x---- --------      (G_OPCLR - clear object processor int)
100 //                        W   ----x--- --------      (G_PITCLR - clear PIT interrupt)
101 //                        W   -----x-- --------      (G_JERCLR - clear Jerry interrupt)
102 //                        W   ------x- --------      (G_CPUCLR - clear CPU interrupt)
103 //                      R/W   -------x --------      (G_BLITENA - enable blitter interrupt)
104 //                      R/W   -------- x-------      (G_OPENA - enable object processor int)
105 //                      R/W   -------- -x------      (G_PITENA - enable PIT interrupt)
106 //                      R/W   -------- --x-----      (G_JERENA - enable Jerry interrupt)
107 //                      R/W   -------- ---x----      (G_CPUENA - enable CPU interrupt)
108 //                      R/W   -------- ----x---      (IMASK - interrupt mask)
109 //                      R/W   -------- -----x--      (NEGA_FLAG - ALU negative)
110 //                      R/W   -------- ------x-      (CARRY_FLAG - ALU carry)
111 //                      R/W   -------- -------x      (ZERO_FLAG - ALU zero)
112 //      F02104            W   -------- ----xxxx   G_MTXC - matrix control register
113 //                        W   -------- ----x---      (MATCOL - column/row major)
114 //                        W   -------- -----xxx      (MATRIX3-15 - matrix width)
115 //      F02108            W   ----xxxx xxxxxx--   G_MTXA - matrix address register
116 //      F0210C            W   -------- -----xxx   G_END - data organization register
117 //                        W   -------- -----x--      (BIG_INST - big endian instruction fetch)
118 //                        W   -------- ------x-      (BIG_PIX - big endian pixels)
119 //                        W   -------- -------x      (BIG_IO - big endian I/O)
120 //      F02110          R/W   xxxxxxxx xxxxxxxx   G_PC - GPU program counter
121 //      F02114          R/W   xxxxxxxx xx-xxxxx   G_CTRL - GPU control/status register
122 //                      R     xxxx---- --------      (VERSION - GPU version code)
123 //                      R/W   ----x--- --------      (BUS_HOG - hog the bus!)
124 //                      R/W   -----x-- --------      (G_BLITLAT - blitter interrupt latch)
125 //                      R/W   ------x- --------      (G_OPLAT - object processor int latch)
126 //                      R/W   -------x --------      (G_PITLAT - PIT interrupt latch)
127 //                      R/W   -------- x-------      (G_JERLAT - Jerry interrupt latch)
128 //                      R/W   -------- -x------      (G_CPULAT - CPU interrupt latch)
129 //                      R/W   -------- ---x----      (SINGLE_GO - single step one instruction)
130 //                      R/W   -------- ----x---      (SINGLE_STEP - single step mode)
131 //                      R/W   -------- -----x--      (FORCEINT0 - cause interrupt 0 on GPU)
132 //                      R/W   -------- ------x-      (CPUINT - send GPU interrupt to CPU)
133 //                      R/W   -------- -------x      (GPUGO - enable GPU execution)
134 //      F02118-F0211B   R/W   xxxxxxxx xxxxxxxx   G_HIDATA - high data register
135 //      F0211C-F0211F   R     xxxxxxxx xxxxxxxx   G_REMAIN - divide unit remainder
136 //      F0211C            W   -------- -------x   G_DIVCTRL - divide unit control
137 //                        W   -------- -------x      (DIV_OFFSET - 1=16.16 divide, 0=32-bit divide)
138 //      ------------------------------------------------------------
139 //      BLITTER REGISTERS
140 //      ------------------------------------------------------------
141 //      F02200-F022FF   R/W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   Blitter registers
142 //      F02200            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   A1_BASE - A1 base register
143 //      F02204            W   -------- ---xxxxx -xxxxxxx xxxxx-xx   A1_FLAGS - A1 flags register
144 //                        W   -------- ---x---- -------- --------      (YSIGNSUB - invert sign of Y delta)
145 //                        W   -------- ----x--- -------- --------      (XSIGNSUB - invert sign of X delta)
146 //                        W   -------- -----x-- -------- --------      (Y add control)
147 //                        W   -------- ------xx -------- --------      (X add control)
148 //                        W   -------- -------- -xxxxxx- --------      (width in 6-bit floating point)
149 //                        W   -------- -------- -------x xx------      (ZOFFS1-6 - Z data offset)
150 //                        W   -------- -------- -------- --xxx---      (PIXEL - pixel size)
151 //                        W   -------- -------- -------- ------xx      (PITCH1-4 - data phrase pitch)
152 //      F02208            W   -xxxxxxx xxxxxxxx -xxxxxxx xxxxxxxx   A1_CLIP - A1 clipping size
153 //                        W   -xxxxxxx xxxxxxxx -------- --------      (height)
154 //                        W   -------- -------- -xxxxxxx xxxxxxxx      (width)
155 //      F0220C          R/W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   A1_PIXEL - A1 pixel pointer
156 //                      R/W   xxxxxxxx xxxxxxxx -------- --------      (Y pixel value)
157 //                      R/W   -------- -------- xxxxxxxx xxxxxxxx      (X pixel value)
158 //      F02210            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   A1_STEP - A1 step value
159 //                        W   xxxxxxxx xxxxxxxx -------- --------      (Y step value)
160 //                        W   -------- -------- xxxxxxxx xxxxxxxx      (X step value)
161 //      F02214            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   A1_FSTEP - A1 step fraction value
162 //                        W   xxxxxxxx xxxxxxxx -------- --------      (Y step fraction value)
163 //                        W   -------- -------- xxxxxxxx xxxxxxxx      (X step fraction value)
164 //      F02218          R/W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   A1_FPIXEL - A1 pixel pointer fraction
165 //                      R/W   xxxxxxxx xxxxxxxx -------- --------      (Y pixel fraction value)
166 //                      R/W   -------- -------- xxxxxxxx xxxxxxxx      (X pixel fraction value)
167 //      F0221C            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   A1_INC - A1 increment
168 //                        W   xxxxxxxx xxxxxxxx -------- --------      (Y increment)
169 //                        W   -------- -------- xxxxxxxx xxxxxxxx      (X increment)
170 //      F02220            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   A1_FINC - A1 increment fraction
171 //                        W   xxxxxxxx xxxxxxxx -------- --------      (Y increment fraction)
172 //                        W   -------- -------- xxxxxxxx xxxxxxxx      (X increment fraction)
173 //      F02224            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   A2_BASE - A2 base register
174 //      F02228            W   -------- ---xxxxx -xxxxxxx xxxxx-xx   A2_FLAGS - A2 flags register
175 //                        W   -------- ---x---- -------- --------      (YSIGNSUB - invert sign of Y delta)
176 //                        W   -------- ----x--- -------- --------      (XSIGNSUB - invert sign of X delta)
177 //                        W   -------- -----x-- -------- --------      (Y add control)
178 //                        W   -------- ------xx -------- --------      (X add control)
179 //                        W   -------- -------- -xxxxxx- --------      (width in 6-bit floating point)
180 //                        W   -------- -------- -------x xx------      (ZOFFS1-6 - Z data offset)
181 //                        W   -------- -------- -------- --xxx---      (PIXEL - pixel size)
182 //                        W   -------- -------- -------- ------xx      (PITCH1-4 - data phrase pitch)
183 //      F0222C            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   A2_MASK - A2 window mask
184 //      F02230          R/W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   A2_PIXEL - A2 pixel pointer
185 //                      R/W   xxxxxxxx xxxxxxxx -------- --------      (Y pixel value)
186 //                      R/W   -------- -------- xxxxxxxx xxxxxxxx      (X pixel value)
187 //      F02234            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   A2_STEP - A2 step value
188 //                        W   xxxxxxxx xxxxxxxx -------- --------      (Y step value)
189 //                        W   -------- -------- xxxxxxxx xxxxxxxx      (X step value)
190 //      F02238            W   -xxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_CMD - command register
191 //                        W   -x------ -------- -------- --------      (SRCSHADE - modify source intensity)
192 //                        W   --x----- -------- -------- --------      (BUSHI - hi priority bus)
193 //                        W   ---x---- -------- -------- --------      (BKGWREN - writeback destination)
194 //                        W   ----x--- -------- -------- --------      (DCOMPEN - write inhibit from data comparator)
195 //                        W   -----x-- -------- -------- --------      (BCOMPEN - write inhibit from bit coparator)
196 //                        W   ------x- -------- -------- --------      (CMPDST - compare dest instead of src)
197 //                        W   -------x xxx----- -------- --------      (logical operation)
198 //                        W   -------- ---xxx-- -------- --------      (ZMODE - Z comparator mode)
199 //                        W   -------- ------x- -------- --------      (ADDDSEL - select sum of src & dst)
200 //                        W   -------- -------x -------- --------      (PATDSEL - select pattern data)
201 //                        W   -------- -------- x------- --------      (TOPNEN - enable carry into top intensity nibble)
202 //                        W   -------- -------- -x------ --------      (TOPBEN - enable carry into top intensity byte)
203 //                        W   -------- -------- --x----- --------      (ZBUFF - enable Z updates in inner loop)
204 //                        W   -------- -------- ---x---- --------      (GOURD - enable gouraud shading in inner loop)
205 //                        W   -------- -------- ----x--- --------      (DSTA2 - reverses A2/A1 roles)
206 //                        W   -------- -------- -----x-- --------      (UPDA2 - add A2 step to A2 in outer loop)
207 //                        W   -------- -------- ------x- --------      (UPDA1 - add A1 step to A1 in outer loop)
208 //                        W   -------- -------- -------x --------      (UPDA1F - add A1 fraction step to A1 in outer loop)
209 //                        W   -------- -------- -------- x-------      (diagnostic use)
210 //                        W   -------- -------- -------- -x------      (CLIP_A1 - clip A1 to window)
211 //                        W   -------- -------- -------- --x-----      (DSTWRZ - enable dest Z write in inner loop)
212 //                        W   -------- -------- -------- ---x----      (DSTENZ - enable dest Z read in inner loop)
213 //                        W   -------- -------- -------- ----x---      (DSTEN - enables dest data read in inner loop)
214 //                        W   -------- -------- -------- -----x--      (SRCENX - enable extra src read at start of inner)
215 //                        W   -------- -------- -------- ------x-      (SRCENZ - enables source Z read in inner loop)
216 //                        W   -------- -------- -------- -------x      (SRCEN - enables source data read in inner loop)
217 //      F02238          R     xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_CMD - status register
218 //                      R     xxxxxxxx xxxxxxxx -------- --------      (inner count)
219 //                      R     -------- -------- xxxxxxxx xxxxxx--      (diagnostics)
220 //                      R     -------- -------- -------- ------x-      (STOPPED - when stopped in collision detect)
221 //                      R     -------- -------- -------- -------x      (IDLE - when idle)
222 //      F0223C            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_COUNT - counters register
223 //                        W   xxxxxxxx xxxxxxxx -------- --------      (outer loop count)
224 //                        W   -------- -------- xxxxxxxx xxxxxxxx      (inner loop count)
225 //      F02240-F02247     W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_SRCD - source data register
226 //      F02248-F0224F     W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_DSTD - destination data register
227 //      F02250-F02257     W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_DSTZ - destination Z register
228 //      F02258-F0225F     W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_SRCZ1 - source Z register 1
229 //      F02260-F02267     W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_SRCZ2 - source Z register 2
230 //      F02268-F0226F     W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_PATD - pattern data register
231 //      F02270            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_IINC - intensity increment
232 //      F02274            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_ZINC - Z increment
233 //      F02278            W   -------- -------- -------- -----xxx   B_STOP - collision control
234 //                        W   -------- -------- -------- -----x--      (STOPEN - enable blitter collision stops)
235 //                        W   -------- -------- -------- ------x-      (ABORT - abort after stop)
236 //                        W   -------- -------- -------- -------x      (RESUME - resume after stop)
237 //      F0227C            W   -------- xxxxxxxx xxxxxxxx xxxxxxxx   B_I3 - intensity 3
238 //      F02280            W   -------- xxxxxxxx xxxxxxxx xxxxxxxx   B_I2 - intensity 2
239 //      F02284            W   -------- xxxxxxxx xxxxxxxx xxxxxxxx   B_I1 - intensity 1
240 //      F02288            W   -------- xxxxxxxx xxxxxxxx xxxxxxxx   B_I0 - intensity 0
241 //      F0228C            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_Z3 - Z3
242 //      F02290            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_Z2 - Z2
243 //      F02294            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_Z1 - Z1
244 //      F02298            W   xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx   B_Z0 - Z0
245 //      ------------------------------------------------------------
246
247 //#include <SDL.h>
248 #include "tom.h"
249 #include "video.h"
250 #include "gpu.h"
251 #include "objectp.h"
252 #include "cry2rgb.h"
253 #include "settings.h"
254
255 // TOM registers (offset from $F00000)
256
257 #define MEMCON1         0x00
258 #define MEMCON2         0x02
259 #define HC                      0x04
260 #define VC                      0x06
261 #define VMODE           0x28
262 #define   MODE          0x0006          // Line buffer to video generator mode
263 #define   BGEN          0x0080          // Background enable (CRY & RGB16 only)
264 #define   VARMOD        0x0100          // Mixed CRY/RGB16 mode (only works in MODE 0!)
265 #define   PWIDTH        0x0E00          // Pixel width in video clock cycles (value written + 1)
266 #define BORD1           0x2A            // Border green/red values (8 BPP)
267 #define BORD2           0x2C            // Border blue value (8 BPP)
268 #define HP                      0x2E            // Values range from 1 - 1024 (value written + 1)
269 #define HBB                     0x30
270 #define HBE                     0x32
271 #define HDB1            0x38
272 #define HDB2            0x3A
273 #define HDE                     0x3C
274 #define VP                      0x3E            // Value ranges from 1 - 2048 (value written + 1)
275 #define VBB                     0x40
276 #define VBE                     0x42
277 #define VS                      0x44
278 #define VDB                     0x46
279 #define VDE                     0x48
280 #define VI                      0x4E
281 #define BG                      0x58
282 #define INT1            0xE0
283
284 //NOTE: These arbitrary cutoffs are NOT taken into account for PAL jaguar screens. !!! FIX !!!
285
286 // Arbitrary video cutoff values (i.e., first/last visible spots on a TV, in HC ticks)
287 /*#define LEFT_VISIBLE_HC                       208
288 #define RIGHT_VISIBLE_HC                1528//*/
289 #define LEFT_VISIBLE_HC                 208
290 #define RIGHT_VISIBLE_HC                1488
291 //#define TOP_VISIBLE_VC                25
292 //#define BOTTOM_VISIBLE_VC             503
293 #define TOP_VISIBLE_VC                  31
294 #define BOTTOM_VISIBLE_VC               511
295
296 //Are these PAL horizontals correct?
297 //They seem to be for the most part, but there are some games that seem to be
298 //shifted over to the right from this "window".
299 #define LEFT_VISIBLE_HC_PAL             208
300 #define RIGHT_VISIBLE_HC_PAL    1488
301 #define TOP_VISIBLE_VC_PAL              67
302 #define BOTTOM_VISIBLE_VC_PAL   579
303
304 //This can be defined in the makefile as well...
305 //(It's easier to do it here, though...)
306 //#define TOM_DEBUG
307
308 extern uint8 objectp_running;
309
310 static uint8 * tom_ram_8;
311 uint32 tom_width, tom_height, tom_real_internal_width;
312 static uint32 tom_timer_prescaler;
313 static uint32 tom_timer_divider;
314 static int32 tom_timer_counter;
315 //uint32 tom_scanline;
316 //uint32 hblankWidthInPixels = 0;
317 uint16 tom_jerry_int_pending, tom_timer_int_pending, tom_object_int_pending,
318         tom_gpu_int_pending, tom_video_int_pending;
319 uint16 * tom_cry_rgb_mix_lut;
320 int16 * TOMBackbuffer;
321
322 static char * videoMode_to_str[8] =
323         { "16 BPP CRY", "24 BPP RGB", "16 BPP DIRECT", "16 BPP RGB",
324           "Mixed mode", "24 BPP RGB", "16 BPP DIRECT", "16 BPP RGB" };
325
326 typedef void (render_xxx_scanline_fn)(int16 *);
327
328 // Private function prototypes
329
330 void tom_render_16bpp_cry_scanline(int16 * backbuffer);
331 void tom_render_24bpp_scanline(int16 * backbuffer);
332 void tom_render_16bpp_direct_scanline(int16 * backbuffer);
333 void tom_render_16bpp_rgb_scanline(int16 * backbuffer);
334 void tom_render_16bpp_cry_rgb_mix_scanline(int16 * backbuffer);
335
336 void tom_render_16bpp_cry_stretch_scanline(int16 * backbuffer);
337 void tom_render_24bpp_stretch_scanline(int16 * backbuffer);
338 void tom_render_16bpp_direct_stretch_scanline(int16 * backbuffer);
339 void tom_render_16bpp_rgb_stretch_scanline(int16 * backbuffer);
340 void tom_render_16bpp_cry_rgb_mix_stretch_scanline(int16 * backbuffer);
341
342 render_xxx_scanline_fn * scanline_render_normal[]=
343 {
344         tom_render_16bpp_cry_scanline,
345         tom_render_24bpp_scanline,
346         tom_render_16bpp_direct_scanline,
347         tom_render_16bpp_rgb_scanline,
348         tom_render_16bpp_cry_rgb_mix_scanline,
349         tom_render_24bpp_scanline,
350         tom_render_16bpp_direct_scanline,
351         tom_render_16bpp_rgb_scanline
352 };
353
354 render_xxx_scanline_fn * scanline_render_stretch[]=
355 {
356         tom_render_16bpp_cry_stretch_scanline,
357         tom_render_24bpp_stretch_scanline,
358         tom_render_16bpp_direct_stretch_scanline,
359         tom_render_16bpp_rgb_stretch_scanline,
360         tom_render_16bpp_cry_rgb_mix_stretch_scanline,
361         tom_render_24bpp_stretch_scanline,
362         tom_render_16bpp_direct_stretch_scanline,
363         tom_render_16bpp_rgb_stretch_scanline,
364 };
365
366 render_xxx_scanline_fn * scanline_render[8];
367
368
369 // Screen info for various games [PAL]...
370 /*
371 BIOS
372 TOM: Horizontal Period written by M68K: 850 (+1*2 = 1702)
373 TOM: Horizontal Blank Begin written by M68K: 1711
374 TOM: Horizontal Blank End written by M68K: 158
375 TOM: Horizontal Display End written by M68K: 1696
376 TOM: Horizontal Display Begin 1 written by M68K: 166
377 TOM: Vertical Period written by M68K: 623 (non-interlaced)
378 TOM: Vertical Blank End written by M68K: 34
379 TOM: Vertical Display Begin written by M68K: 46
380 TOM: Vertical Display End written by M68K: 526
381 TOM: Vertical Blank Begin written by M68K: 600
382 TOM: Vertical Sync written by M68K: 618
383 TOM: Horizontal Display End written by M68K: 1665
384 TOM: Horizontal Display Begin 1 written by M68K: 203
385 TOM: Vertical Display Begin written by M68K: 38
386 TOM: Vertical Display End written by M68K: 518
387 TOM: Video Mode written by M68K: 06C1. PWIDTH = 4, MODE = 16 BPP CRY, flags: BGEN (VC = 151)
388 TOM: Horizontal Display End written by M68K: 1713
389 TOM: Horizontal Display Begin 1 written by M68K: 157
390 TOM: Vertical Display Begin written by M68K: 35
391 TOM: Vertical Display End written by M68K: 2047
392 Horizontal range: 157 - 1713 (width: 1557 / 4 = 389.25, / 5 = 315.4)
393
394 Asteroid
395 TOM: Horizontal Period written by M68K: 845 (+1*2 = 1692)
396 TOM: Horizontal Blank Begin written by M68K: 1700
397 TOM: Horizontal Blank End written by M68K: 122
398 TOM: Horizontal Display End written by M68K: 1600
399 TOM: Horizontal Display Begin 1 written by M68K: 268
400 TOM: Vertical Period written by M68K: 523 (non-interlaced)
401 TOM: Vertical Blank End written by M68K: 40
402 TOM: Vertical Display Begin written by M68K: 44
403 TOM: Vertical Display End written by M68K: 492
404 TOM: Vertical Blank Begin written by M68K: 532
405 TOM: Vertical Sync written by M68K: 513
406 TOM: Video Mode written by M68K: 04C7. PWIDTH = 3, MODE = 16 BPP RGB, flags: BGEN (VC = 461)
407
408 Rayman
409 TOM: Horizontal Display End written by M68K: 1713
410 TOM: Horizontal Display Begin 1 written by M68K: 157
411 TOM: Vertical Display Begin written by M68K: 35
412 TOM: Vertical Display End written by M68K: 2047
413 TOM: Video Mode written by M68K: 06C7. PWIDTH = 4, MODE = 16 BPP RGB, flags: BGEN (VC = 89)
414 TOM: Horizontal Display Begin 1 written by M68K: 208
415 TOM: Horizontal Display End written by M68K: 1662
416 TOM: Vertical Display Begin written by M68K: 100
417 TOM: Vertical Display End written by M68K: 2047
418 TOM: Video Mode written by M68K: 07C7. PWIDTH = 4, MODE = 16 BPP RGB, flags: BGEN VARMOD (VC = 205)
419 Horizontal range: 208 - 1662 (width: 1455 / 4 = 363.5)
420
421 Alien vs Predator
422 TOM: Vertical Display Begin written by M68K: 96
423 TOM: Vertical Display End written by M68K: 2047
424 TOM: Horizontal Display Begin 1 written by M68K: 239
425 TOM: Horizontal Display End written by M68K: 1692
426 TOM: Video Mode written by M68K: 06C1. PWIDTH = 4, MODE = 16 BPP CRY, flags: BGEN (VC = 378)
427 TOM: Vertical Display Begin written by M68K: 44
428 TOM: Vertical Display End written by M68K: 2047
429 TOM: Horizontal Display Begin 1 written by M68K: 239
430 TOM: Horizontal Display End written by M68K: 1692
431 TOM: Video Mode written by M68K: 06C7. PWIDTH = 4, MODE = 16 BPP RGB, flags: BGEN (VC = 559)
432 TOM: Vertical Display Begin written by M68K: 84
433 TOM: Vertical Display End written by M68K: 2047
434 TOM: Horizontal Display Begin 1 written by M68K: 239
435 TOM: Horizontal Display End written by M68K: 1692
436 TOM: Vertical Display Begin written by M68K: 44
437 TOM: Vertical Display End written by M68K: 2047
438 TOM: Horizontal Display Begin 1 written by M68K: 239
439 TOM: Horizontal Display End written by M68K: 1692
440 Horizontal range: 239 - 1692 (width: 1454 / 4 = 363.5)
441
442 */
443
444 // Screen info for various games [NTSC]...
445 /*
446 Doom
447 TOM: Horizontal Display End written by M68K: 1727
448 TOM: Horizontal Display Begin 1 written by M68K: 123
449 TOM: Vertical Display Begin written by M68K: 25
450 TOM: Vertical Display End written by M68K: 2047
451 TOM: Video Mode written by M68K: 0EC1. PWIDTH = 8, MODE = 16 BPP CRY, flags: BGEN (VC = 5)
452 Also does PWIDTH = 4...
453 Vertical resolution: 238 lines
454
455 Rayman
456 TOM: Horizontal Display End written by M68K: 1727
457 TOM: Horizontal Display Begin 1 written by M68K: 123
458 TOM: Vertical Display Begin written by M68K: 25
459 TOM: Vertical Display End written by M68K: 2047
460 TOM: Vertical Interrupt written by M68K: 507
461 TOM: Video Mode written by M68K: 06C7. PWIDTH = 4, MODE = 16 BPP RGB, flags: BGEN (VC = 92)
462 TOM: Horizontal Display Begin 1 written by M68K: 208
463 TOM: Horizontal Display End written by M68K: 1670
464 Display starts at 31, then 52!
465 Vertical resolution: 238 lines
466
467 Atari Karts
468 TOM: Horizontal Display End written by M68K: 1727
469 TOM: Horizontal Display Begin 1 written by M68K: 123
470 TOM: Vertical Display Begin written by M68K: 25
471 TOM: Vertical Display End written by M68K: 2047
472 TOM: Video Mode written by GPU: 08C7. PWIDTH = 5, MODE = 16 BPP RGB, flags: BGEN (VC = 4)
473 TOM: Video Mode written by GPU: 06C7. PWIDTH = 4, MODE = 16 BPP RGB, flags: BGEN (VC = 508)
474 Display starts at 31 (PWIDTH = 4), 24 (PWIDTH = 5)
475
476 Iron Soldier
477 TOM: Vertical Interrupt written by M68K: 2047
478 TOM: Video Mode written by M68K: 06C1. PWIDTH = 4, MODE = 16 BPP CRY, flags: BGEN (VC = 0)
479 TOM: Horizontal Display End written by M68K: 1727
480 TOM: Horizontal Display Begin 1 written by M68K: 123
481 TOM: Vertical Display Begin written by M68K: 25
482 TOM: Vertical Display End written by M68K: 2047
483 TOM: Vertical Interrupt written by M68K: 507
484 TOM: Video Mode written by M68K: 06C1. PWIDTH = 4, MODE = 16 BPP CRY, flags: BGEN (VC = 369)
485 TOM: Video Mode written by M68K: 06C1. PWIDTH = 4, MODE = 16 BPP CRY, flags: BGEN (VC = 510)
486 TOM: Video Mode written by M68K: 06C3. PWIDTH = 4, MODE = 24 BPP RGB, flags: BGEN (VC = 510)
487 Display starts at 31
488 Vertical resolution: 238 lines
489 [Seems to be a problem between the horizontal positioning of the 16-bit CRY & 24-bit RGB]
490
491 JagMania
492 TOM: Horizontal Period written by M68K: 844 (+1*2 = 1690)
493 TOM: Horizontal Blank Begin written by M68K: 1713
494 TOM: Horizontal Blank End written by M68K: 125
495 TOM: Horizontal Display End written by M68K: 1696
496 TOM: Horizontal Display Begin 1 written by M68K: 166
497 TOM: Vertical Period written by M68K: 523 (non-interlaced)
498 TOM: Vertical Blank End written by M68K: 24
499 TOM: Vertical Display Begin written by M68K: 46
500 TOM: Vertical Display End written by M68K: 496
501 TOM: Vertical Blank Begin written by M68K: 500
502 TOM: Vertical Sync written by M68K: 517
503 TOM: Vertical Interrupt written by M68K: 497
504 TOM: Video Mode written by M68K: 04C1. PWIDTH = 3, MODE = 16 BPP CRY, flags: BGEN (VC = 270)
505 Display starts at 55
506
507 Double Dragon V
508 TOM: Horizontal Display End written by M68K: 1727
509 TOM: Horizontal Display Begin 1 written by M68K: 123
510 TOM: Vertical Display Begin written by M68K: 25
511 TOM: Vertical Display End written by M68K: 2047
512 TOM: Vertical Interrupt written by M68K: 507
513 TOM: Video Mode written by M68K: 06C7. PWIDTH = 4, MODE = 16 BPP RGB, flags: BGEN (VC = 9)
514
515 Dino Dudes
516 TOM: Horizontal Display End written by M68K: 1823
517 TOM: Horizontal Display Begin 1 written by M68K: 45
518 TOM: Vertical Display Begin written by M68K: 40
519 TOM: Vertical Display End written by M68K: 2047
520 TOM: Vertical Interrupt written by M68K: 491
521 TOM: Video Mode written by M68K: 06C1. PWIDTH = 4, MODE = 16 BPP CRY, flags: BGEN (VC = 398)
522 Display starts at 11 (123 - 45 = 78, 78 / 4 = 19 pixels to skip)
523 Width is 417, so maybe width of 379 would be good (starting at 123, ending at 1639)
524 Vertical resolution: 238 lines
525
526 Flashback
527 TOM: Horizontal Display End written by M68K: 1727
528 TOM: Horizontal Display Begin 1 written by M68K: 188
529 TOM: Vertical Display Begin written by M68K: 1
530 TOM: Vertical Display End written by M68K: 2047
531 TOM: Vertical Interrupt written by M68K: 483
532 TOM: Video Mode written by M68K: 08C7. PWIDTH = 5, MODE = 16 BPP RGB, flags: BGEN (VC = 99)
533 Width would be 303 with above scheme, but border width would be 13 pixels
534
535 Trevor McFur
536 Vertical resolution: 238 lines
537 */
538
539
540 void tom_calc_cry_rgb_mix_lut(void)
541 {
542         for (uint32 i=0; i<0x10000; i++)
543         {
544                 uint16 color = i;
545
546                 if (color & 0x01)
547                 {
548                         color >>= 1;
549                         color = (color & 0x007C00) | ((color & 0x00003E0) >> 5) | ((color & 0x0000001F) << 5);
550                 }
551                 else
552                 {
553                         uint32 chrm = (color & 0xF000) >> 12,
554                                 chrl = (color & 0x0F00) >> 8,
555                                 y = color & 0x00FF;
556                         uint16 red = (((uint32)redcv[chrm][chrl]) * y) >> 11,
557                                 green = (((uint32)greencv[chrm][chrl]) * y) >> 11,
558                                 blue = (((uint32)bluecv[chrm][chrl]) * y) >> 11;
559                         color = (red << 10) | (green << 5) | blue;
560                 }
561
562                 tom_cry_rgb_mix_lut[i] = color;
563         }
564 }
565
566 void tom_set_pending_jerry_int(void)
567 {
568         tom_jerry_int_pending = 1;
569 }
570
571 void tom_set_pending_timer_int(void)
572 {
573         tom_timer_int_pending = 1;
574 }
575
576 void tom_set_pending_object_int(void)
577 {
578         tom_object_int_pending = 1;
579 }
580
581 void tom_set_pending_gpu_int(void)
582 {
583         tom_gpu_int_pending = 1;
584 }
585
586 void tom_set_pending_video_int(void)
587 {
588         tom_video_int_pending = 1;
589 }
590
591 uint8 * tom_get_ram_pointer(void)
592 {
593         return tom_ram_8;
594 }
595
596 uint8 tom_getVideoMode(void)
597 {
598         uint16 vmode = GET16(tom_ram_8, VMODE);
599         return ((vmode & VARMOD) >> 6) | ((vmode & MODE) >> 1);
600 }
601
602 //Used in only one place (and for debug purposes): OBJECTP.CPP
603 uint16 tom_get_vdb(void)
604 {
605 // This in NOT VDB!!!
606 //      return GET16(tom_ram_8, VBE);
607         return GET16(tom_ram_8, VDB);
608 }
609
610 //
611 // 16 BPP CRY/RGB mixed mode rendering
612 //
613 void tom_render_16bpp_cry_rgb_mix_scanline(int16 * backbuffer)
614 {
615         uint16 width = tom_width;
616         uint8 * current_line_buffer = (uint8 *)&tom_ram_8[0x1800];
617         
618         //New stuff--restrict our drawing...
619         uint8 pwidth = ((GET16(tom_ram_8, VMODE) & PWIDTH) >> 9) + 1;
620         //NOTE: May have to check HDB2 as well!
621         // Get start position in HC ticks
622         int16 startPos = GET16(tom_ram_8, HDB1) - (vjs.hardwareTypeNTSC ? LEFT_VISIBLE_HC : LEFT_VISIBLE_HC_PAL);
623         startPos /= pwidth;
624         if (startPos < 0)
625                 current_line_buffer += 2 * -startPos;
626         else
627 //This case doesn't properly handle the "start on the right side of virtual screen" case
628 //Dunno why--looks Ok...
629 //What *is* for sure wrong is that it doesn't copy the linebuffer's BG pixels...
630                 backbuffer += 2 * startPos, width -= startPos;
631
632         while (width)
633         {
634                 uint16 color = (*current_line_buffer++) << 8;
635                 color |= *current_line_buffer++;
636                 *backbuffer++ = tom_cry_rgb_mix_lut[color];
637                 width--;
638         }
639 }
640
641 //
642 // 16 BPP CRY mode rendering
643 //
644 void tom_render_16bpp_cry_scanline(int16 * backbuffer)
645 {
646         uint16 width = tom_width;
647         uint8 * current_line_buffer = (uint8 *)&tom_ram_8[0x1800];
648
649         //New stuff--restrict our drawing...
650         uint8 pwidth = ((GET16(tom_ram_8, VMODE) & PWIDTH) >> 9) + 1;
651         //NOTE: May have to check HDB2 as well!
652         int16 startPos = GET16(tom_ram_8, HDB1) - (vjs.hardwareTypeNTSC ? LEFT_VISIBLE_HC : LEFT_VISIBLE_HC_PAL);// Get start position in HC ticks
653         startPos /= pwidth;
654         if (startPos < 0)
655                 current_line_buffer += 2 * -startPos;
656         else
657                 backbuffer += 2 * startPos, width -= startPos;
658
659         while (width)
660         {
661                 uint16 color = (*current_line_buffer++) << 8;
662                 color |= *current_line_buffer++;
663                 
664                 uint32 chrm = (color & 0xF000) >> 12,
665                         chrl = (color & 0x0F00) >> 8,
666                         y = (color & 0x00FF);
667                                 
668                 uint16 red   = (((uint32)redcv[chrm][chrl]) * y) >> 11,
669                         green = (((uint32)greencv[chrm][chrl]) * y) >> 11,
670                         blue  = (((uint32)bluecv[chrm][chrl]) * y) >> 11;
671                 
672                 *backbuffer++ = (red << 10) | (green << 5) | blue;
673                 width--;
674         }
675 }
676
677 //
678 // 24 BPP mode rendering
679 //
680 void tom_render_24bpp_scanline(int16 * backbuffer)
681 {
682         uint16 width = tom_width;
683         uint8 * current_line_buffer = (uint8 *)&tom_ram_8[0x1800];
684         
685         //New stuff--restrict our drawing...
686         uint8 pwidth = ((GET16(tom_ram_8, VMODE) & PWIDTH) >> 9) + 1;
687         //NOTE: May have to check HDB2 as well!
688         int16 startPos = GET16(tom_ram_8, HDB1) - (vjs.hardwareTypeNTSC ? LEFT_VISIBLE_HC : LEFT_VISIBLE_HC_PAL);       // Get start position in HC ticks
689         startPos /= pwidth;
690         if (startPos < 0)
691                 current_line_buffer += 4 * -startPos;
692         else
693                 backbuffer += 2 * startPos, width -= startPos;
694
695         while (width)
696         {
697                 // This is NOT a good 8 -> 5 bit RGB conversion! (It saturates values below 8
698                 // to zero and throws away almost *half* the color resolution!)
699                 uint16 green = (*current_line_buffer++) >> 3;
700                 uint16 red = (*current_line_buffer++) >> 3;
701                 current_line_buffer++;
702                 uint16 blue = (*current_line_buffer++) >> 3;
703                 *backbuffer++ = (red << 10) | (green << 5) | blue;
704                 width--;
705         }
706 }
707
708 //Seems to me that this is NOT a valid mode--the JTRM seems to imply that you would need
709 //extra hardware outside of the Jaguar console to support this!
710 //
711 // 16 BPP direct mode rendering
712 //
713 void tom_render_16bpp_direct_scanline(int16 * backbuffer)
714 {
715         uint16 width = tom_width;
716         uint8 * current_line_buffer = (uint8 *)&tom_ram_8[0x1800];
717         
718         while (width)
719         {
720                 uint16 color = (*current_line_buffer++) << 8;
721                 color |= *current_line_buffer++;
722                 *backbuffer++ = color >> 1;
723                 width--;
724         }
725 }
726
727 //
728 // 16 BPP RGB mode rendering
729 //
730 void tom_render_16bpp_rgb_scanline(int16 * backbuffer)
731 {
732         uint16 width = tom_width;
733         uint8 * current_line_buffer = (uint8 *)&tom_ram_8[0x1800];
734         
735         //New stuff--restrict our drawing...
736         uint8 pwidth = ((GET16(tom_ram_8, VMODE) & PWIDTH) >> 9) + 1;
737         //NOTE: May have to check HDB2 as well!
738         int16 startPos = GET16(tom_ram_8, HDB1) - (vjs.hardwareTypeNTSC ? LEFT_VISIBLE_HC : LEFT_VISIBLE_HC_PAL);       // Get start position in HC ticks
739         startPos /= pwidth;
740         if (startPos < 0)
741                 current_line_buffer += 2 * -startPos;
742         else
743                 backbuffer += 2 * startPos, width -= startPos;
744
745         while (width)
746         {
747                 uint16 color = (*current_line_buffer++) << 8;
748                 color = (color | *current_line_buffer++) >> 1;
749                 color = (color&0x7C00) | ((color&0x03E0) >> 5) | ((color&0x001F) << 5);
750                 *backbuffer++ = color;
751                 width--;
752         }
753 }
754
755 // This stuff may just go away by itself, especially if we do some
756 // good old OpenGL goodness...
757
758 void tom_render_16bpp_cry_rgb_mix_stretch_scanline(int16 *backbuffer)
759 {
760         uint16 width=tom_width;
761         uint8 *current_line_buffer=(uint8*)&tom_ram_8[0x1800];
762         
763         while (width)
764         {
765                 uint16 color;
766                 color=*current_line_buffer++;
767                 color<<=8;
768                 color|=*current_line_buffer++;
769                 *backbuffer++=tom_cry_rgb_mix_lut[color];
770                 current_line_buffer+=2;
771                 width--;
772         }
773 }
774
775 void tom_render_16bpp_cry_stretch_scanline(int16 *backbuffer)
776 {
777         uint32 chrm, chrl, y;
778
779         uint16 width=tom_width;
780         uint8 *current_line_buffer=(uint8*)&tom_ram_8[0x1800];
781         
782         while (width)
783         {
784                 uint16 color;
785                 color=*current_line_buffer++;
786                 color<<=8;
787                 color|=*current_line_buffer++;
788                 
789                 chrm = (color & 0xF000) >> 12;    
790                 chrl = (color & 0x0F00) >> 8;
791                 y    = (color & 0x00FF);
792                                 
793                 uint16 red   =  ((((uint32)redcv[chrm][chrl])*y)>>11);
794                 uint16 green =  ((((uint32)greencv[chrm][chrl])*y)>>11);
795                 uint16 blue  =  ((((uint32)bluecv[chrm][chrl])*y)>>11);
796                 
797                 uint16 color2;
798                 color2=*current_line_buffer++;
799                 color2<<=8;
800                 color2|=*current_line_buffer++;
801                 
802                 chrm = (color2 & 0xF000) >> 12;    
803                 chrl = (color2 & 0x0F00) >> 8;
804                 y    = (color2 & 0x00FF);
805                                 
806                 uint16 red2   = ((((uint32)redcv[chrm][chrl])*y)>>11);
807                 uint16 green2 = ((((uint32)greencv[chrm][chrl])*y)>>11);
808                 uint16 blue2  = ((((uint32)bluecv[chrm][chrl])*y)>>11);
809                 
810                 red=(red+red2)>>1;
811                 green=(green+green2)>>1;
812                 blue=(blue+blue2)>>1;
813
814                 *backbuffer++=(red<<10)|(green<<5)|blue;
815                 width--;
816         }
817 }
818
819 void tom_render_24bpp_stretch_scanline(int16 *backbuffer)
820 {
821         uint16 width=tom_width;
822         uint8 *current_line_buffer=(uint8*)&tom_ram_8[0x1800];
823         
824         while (width)
825         {
826                 uint16 green=*current_line_buffer++;
827                 uint16 red=*current_line_buffer++;
828                 /*uint16 nc=*/current_line_buffer++;
829                 uint16 blue=*current_line_buffer++;
830                 red>>=3;
831                 green>>=3;
832                 blue>>=3;
833                 *backbuffer++=(red<<10)|(green<<5)|blue;
834                 current_line_buffer+=4;
835                 width--;
836         }
837 }
838
839 void tom_render_16bpp_direct_stretch_scanline(int16 *backbuffer)
840 {
841         uint16 width=tom_width;
842         uint8 *current_line_buffer=(uint8*)&tom_ram_8[0x1800];
843         
844         while (width)
845         {
846                 uint16 color=*current_line_buffer++;
847                 color<<=8;
848                 color|=*current_line_buffer++;
849                 color>>=1;
850                 *backbuffer++=color;
851                 current_line_buffer+=2;
852                 width--;
853         }
854 }
855
856 void tom_render_16bpp_rgb_stretch_scanline(int16 *backbuffer)
857 {
858         uint16 width=tom_width;
859         uint8 *current_line_buffer=(uint8*)&tom_ram_8[0x1800];
860         
861         while (width)
862         {
863                 uint16 color1=*current_line_buffer++;
864                 color1<<=8;
865                 color1|=*current_line_buffer++;
866                 color1>>=1;
867                 uint16 color2=*current_line_buffer++;
868                 color2<<=8;
869                 color2|=*current_line_buffer++;
870                 color2>>=1;
871                 uint16 red=(((color1&0x7c00)>>10)+((color2&0x7c00)>>10))>>1;
872                 uint16 green=(((color1&0x00003e0)>>5)+((color2&0x00003e0)>>5))>>1;
873                 uint16 blue=(((color1&0x0000001f))+((color2&0x0000001f)))>>1;
874
875                 color1=(red<<10)|(blue<<5)|green;
876                 *backbuffer++=color1;
877                 width--;
878         }
879 }
880
881 void TOMResetBackbuffer(int16 * backbuffer)
882 {
883         TOMBackbuffer = backbuffer;
884 }
885
886 //
887 // Process a single scanline
888 //
889 void TOMExecScanline(uint16 scanline, bool render)
890 {
891         bool inActiveDisplayArea = true;
892
893 //Interlacing is still not handled correctly here... !!! FIX !!!
894         if (scanline & 0x01)                                                    // Execute OP only on even lines (non-interlaced only!)
895                 return;
896
897         if (scanline >= (uint16)GET16(tom_ram_8, VDB) && scanline < (uint16)GET16(tom_ram_8, VDE))
898         {
899                 if (render)
900                 {
901                         uint8 * current_line_buffer = (uint8 *)&tom_ram_8[0x1800];
902                         uint8 bgHI = tom_ram_8[BG], bgLO = tom_ram_8[BG + 1];
903
904                         // Clear line buffer with BG
905                         if (GET16(tom_ram_8, VMODE) & BGEN) // && (CRY or RGB16)...
906                                 for(uint32 i=0; i<720; i++)
907                                         *current_line_buffer++ = bgHI, *current_line_buffer++ = bgLO;
908
909                         OPProcessList(scanline, render);
910                 }
911         }
912         else
913                 inActiveDisplayArea = false;
914
915 //Try to take PAL into account...
916 uint16 topVisible = (vjs.hardwareTypeNTSC ? TOP_VISIBLE_VC : TOP_VISIBLE_VC_PAL),
917         bottomVisible = (vjs.hardwareTypeNTSC ? BOTTOM_VISIBLE_VC : BOTTOM_VISIBLE_VC_PAL);
918         // Here's our virtualized scanline code...
919         if (scanline >= topVisible && scanline < bottomVisible)
920         {
921                 if (inActiveDisplayArea)
922                         scanline_render[tom_getVideoMode()](TOMBackbuffer);
923                 else
924                 {
925                         // If outside of VDB & VDE, then display the border color
926                         int16 * currentLineBuffer = TOMBackbuffer;
927                         uint8 g = tom_ram_8[BORD1], r = tom_ram_8[BORD1 + 1], b = tom_ram_8[BORD2 + 1];
928                         uint16 pixel = ((r & 0xF8) << 7) | ((g & 0xF8) << 2) | (b >> 3);
929
930                         for(uint32 i=0; i<tom_width; i++)
931                                 *currentLineBuffer++ = pixel;
932                 }
933
934                 TOMBackbuffer += GetSDLScreenPitch() / 2;       // Returns bytes, but we need words
935         }
936 }
937
938 //
939 // TOM initialization
940 //
941 void tom_init(void)
942 {
943         memory_malloc_secure((void **)&tom_cry_rgb_mix_lut, 2 * 0x10000, "CRY/RGB mixed mode LUT");
944
945         op_init();
946         blitter_init();
947 //This should be done by JERRY! pcm_init();
948         memory_malloc_secure((void **)&tom_ram_8, 0x4000, "TOM RAM");
949         tom_reset();
950         // Setup the non-stretchy scanline rendering...
951         memcpy(scanline_render, scanline_render_normal, sizeof(scanline_render));
952         tom_calc_cry_rgb_mix_lut();
953 }
954
955 void tom_done(void)
956 {
957         op_done();
958 //This should be done by JERRY! pcm_done();
959         blitter_done();
960         WriteLog("TOM: Resolution %i x %i %s\n", tom_getVideoModeWidth(), tom_getVideoModeHeight(),
961                 videoMode_to_str[tom_getVideoMode()]);
962 //      WriteLog("\ntom: object processor:\n");
963 //      WriteLog("tom: pointer to object list: 0x%.8x\n",op_get_list_pointer());
964 //      WriteLog("tom: INT1=0x%.2x%.2x\n",TOMReadByte(0xf000e0),TOMReadByte(0xf000e1));
965 //      gpu_done();
966 //      dsp_done();
967         memory_free(tom_ram_8);
968         memory_free(tom_cry_rgb_mix_lut);
969 }
970
971 /*uint32 tom_getHBlankWidthInPixels(void)
972 {
973         return hblankWidthInPixels;
974 }*/
975
976 uint32 tom_getVideoModeWidth(void)
977 {
978         //These widths are pretty bogus. Should use HDB1/2 & HDE/HBB & PWIDTH to calc the width...
979 //      uint32 width[8] = { 1330, 665, 443, 332, 266, 222, 190, 166 };
980 //Temporary, for testing Doom...
981 //      uint32 width[8] = { 1330, 665, 443, 332, 266, 222, 190, 332 };
982
983         // Note that the following PWIDTH values have the following pixel aspect ratios:
984         // PWIDTH = 1 -> 0.25:1 (1:4) pixels (X:Y ratio)
985         // PWIDTH = 2 -> 0.50:1 (1:2) pixels
986         // PWIDTH = 3 -> 0.75:1 (3:4) pixels
987         // PWIDTH = 4 -> 1.00:1 (1:1) pixels
988         // PWIDTH = 5 -> 1.25:1 (5:4) pixels
989         // PWIDTH = 6 -> 1.50:1 (3:2) pixels
990         // PWIDTH = 7 -> 1.75:1 (7:4) pixels
991         // PWIDTH = 8 -> 2.00:1 (2:1) pixels
992
993         // Also note that the JTRM says that PWIDTH of 4 gives pixels that are "about" square--
994         // this implies that the other modes have pixels that are *not* square!
995         // Also, I seriously doubt that you will see any games that use PWIDTH = 1!
996
997         // NOTE: Even though the PWIDTH value is + 1, here we're using a zero-based index and
998         //       so we don't bother to add one...
999 //      return width[(GET16(tom_ram_8, VMODE) & PWIDTH) >> 9];
1000
1001         // Now, we just calculate it...
1002 /*      uint16 hdb1 = GET16(tom_ram_8, HDB1), hde = GET16(tom_ram_8, HDE),
1003                 hbb = GET16(tom_ram_8, HBB), pwidth = ((GET16(tom_ram_8, VMODE) & PWIDTH) >> 9) + 1;
1004 //      return ((hbb < hde ? hbb : hde) - hdb1) / pwidth;
1005 //Temporary, for testing Doom...
1006         return ((hbb < hde ? hbb : hde) - hdb1) / (pwidth == 8 ? 4 : pwidth);*/
1007
1008         // To make it easier to make a quasi-fixed display size, we restrict the viewing
1009         // area to an arbitrary range of the Horizontal Count.
1010         uint16 pwidth = ((GET16(tom_ram_8, VMODE) & PWIDTH) >> 9) + 1;
1011         return (vjs.hardwareTypeNTSC ? RIGHT_VISIBLE_HC - LEFT_VISIBLE_HC : RIGHT_VISIBLE_HC_PAL - LEFT_VISIBLE_HC_PAL) / pwidth;
1012 //Temporary, for testing Doom...
1013 //      return (RIGHT_VISIBLE_HC - LEFT_VISIBLE_HC) / (pwidth == 8 ? 4 : pwidth);
1014 ////    return (RIGHT_VISIBLE_HC - LEFT_VISIBLE_HC) / (pwidth == 4 ? 8 : pwidth);
1015
1016 // More speculating...
1017 // According to the JTRM, the number of potential pixels across is given by the
1018 // Horizontal Period (HP - in NTSC this is 845). The Horizontal Count counts from
1019 // zero to this value twice per scanline (the high bit is set on the second count).
1020 // HBE and HBB define the absolute "black" limits of the screen, while HDB1/2 and
1021 // HDE determine the extent of the OP "on" time. I.e., when the OP is turned on by
1022 // HDB1, it starts fetching the line from position 0 in LBUF.
1023
1024 // The trick, it would seem, is to figure out how long the typical visible scanline
1025 // of a TV is in HP ticks and limit the visible area to that (divided by PWIDTH, of
1026 // course). Using that length, we can establish an "absolute left display limit" with
1027 // which to measure HBB & HDB1/2 against when rendering LBUF (i.e., if HDB1 is 20 ticks
1028 // to the right of the ALDL and PWIDTH is 4, then start writing the LBUF starting at
1029 // backbuffer + 5 pixels).
1030
1031 // That's basically what we're doing now...!
1032 }
1033
1034 // *** SPECULATION ***
1035 // It might work better to virtualize the height settings, i.e., set the vertical
1036 // height at 240 lines and clip using the VDB and VDE/VP registers...
1037 // Same with the width... [Width is pretty much virtualized now.]
1038
1039 // Now that that the width is virtualized, let's virtualize the height. :-)
1040 uint32 tom_getVideoModeHeight(void)
1041 {
1042 //      uint16 vmode = GET16(tom_ram_8, VMODE);
1043 //      uint16 vbe = GET16(tom_ram_8, VBE);
1044 //      uint16 vbb = GET16(tom_ram_8, VBB);
1045 //      uint16 vdb = GET16(tom_ram_8, VDB);
1046 //      uint16 vde = GET16(tom_ram_8, VDE);
1047 //      uint16 vp = GET16(tom_ram_8, VP);
1048         
1049 /*      if (vde == 0xFFFF)
1050                 vde = vbb;//*/
1051
1052 //      return 227;//WAS:(vde/*-vdb*/) >> 1;
1053         // The video mode height probably works this way:
1054         // VC counts from 0 to VP. VDB starts the OP. Either when
1055         // VDE is reached or VP, the OP is stopped. Let's try it...
1056         // Also note that we're conveniently ignoring interlaced display modes...!
1057 //      return ((vde > vp ? vp : vde) - vdb) >> 1;
1058 //      return ((vde > vbb ? vbb : vde) - vdb) >> 1;
1059 //Let's try from the Vertical Blank interval...
1060 //Seems to work OK!
1061 //      return (vbb - vbe) >> 1;        // Again, doesn't take interlacing into account...
1062 // This of course doesn't take interlacing into account. But I haven't seen any
1063 // Jaguar software that takes advantage of it either...
1064 //Also, doesn't reflect PAL Jaguar either... !!! FIX !!! [DONE]
1065 //      return 240;                                                                             // Set virtual screen height to 240 lines...
1066         return (vjs.hardwareTypeNTSC ? 240 : 256);
1067 }
1068
1069 //
1070 // TOM reset code
1071 // Now PAL friendly!
1072 //
1073 void tom_reset(void)
1074 {
1075         op_reset();
1076         blitter_reset();
1077 //This should be done by JERRY!         pcm_reset();
1078
1079         memset(tom_ram_8, 0x00, 0x4000);
1080
1081         if (vjs.hardwareTypeNTSC)
1082         {
1083                 SET16(tom_ram_8, MEMCON1, 0x1861);
1084                 SET16(tom_ram_8, MEMCON2, 0x35CC);
1085                 SET16(tom_ram_8, HP, 844);                                      // Horizontal Period (1-based; HP=845)
1086                 SET16(tom_ram_8, HBB, 1713);                            // Horizontal Blank Begin
1087                 SET16(tom_ram_8, HBE, 125);                                     // Horizontal Blank End
1088                 SET16(tom_ram_8, HDE, 1665);                            // Horizontal Display End
1089                 SET16(tom_ram_8, HDB1, 203);                            // Horizontal Display Begin 1
1090                 SET16(tom_ram_8, VP, 523);                                      // Vertical Period (1-based; in this case VP = 524)
1091                 SET16(tom_ram_8, VBE, 24);                                      // Vertical Blank End
1092                 SET16(tom_ram_8, VDB, 38);                                      // Vertical Display Begin
1093                 SET16(tom_ram_8, VDE, 518);                                     // Vertical Display End
1094                 SET16(tom_ram_8, VBB, 500);                                     // Vertical Blank Begin
1095                 SET16(tom_ram_8, VS, 517);                                      // Vertical Sync
1096                 SET16(tom_ram_8, VMODE, 0x06C1);
1097         }
1098         else    // PAL Jaguar
1099         {
1100                 SET16(tom_ram_8, MEMCON1, 0x1861);
1101                 SET16(tom_ram_8, MEMCON2, 0x35CC);
1102                 SET16(tom_ram_8, HP, 850);                                      // Horizontal Period
1103                 SET16(tom_ram_8, HBB, 1711);                            // Horizontal Blank Begin
1104                 SET16(tom_ram_8, HBE, 158);                                     // Horizontal Blank End
1105                 SET16(tom_ram_8, HDE, 1665);                            // Horizontal Display End
1106                 SET16(tom_ram_8, HDB1, 203);                            // Horizontal Display Begin 1
1107                 SET16(tom_ram_8, VP, 623);                                      // Vertical Period (1-based; in this case VP = 624)
1108                 SET16(tom_ram_8, VBE, 34);                                      // Vertical Blank End
1109                 SET16(tom_ram_8, VDB, 38);                                      // Vertical Display Begin
1110                 SET16(tom_ram_8, VDE, 518);                                     // Vertical Display End
1111                 SET16(tom_ram_8, VBB, 600);                                     // Vertical Blank Begin
1112                 SET16(tom_ram_8, VS, 618);                                      // Vertical Sync
1113                 SET16(tom_ram_8, VMODE, 0x06C1);
1114         }
1115
1116         tom_width = tom_real_internal_width = 0;
1117         tom_height = 0;
1118
1119         tom_jerry_int_pending = 0;
1120         tom_timer_int_pending = 0;
1121         tom_object_int_pending = 0;
1122         tom_gpu_int_pending = 0;
1123         tom_video_int_pending = 0;
1124
1125         tom_timer_prescaler = 0;                                                // TOM PIT is disabled
1126         tom_timer_divider = 0;
1127         tom_timer_counter = 0;
1128         memcpy(scanline_render, scanline_render_normal, sizeof(scanline_render));
1129 }
1130
1131 //
1132 // TOM byte access (read)
1133 //
1134 uint8 TOMReadByte(uint32 offset, uint32 who/*=UNKNOWN*/)
1135 {
1136 //???Is this needed???
1137 // It seems so. Perhaps it's the +$8000 offset being written to (32-bit interface)?
1138 // However, the 32-bit interface is WRITE ONLY, so that can't be it...
1139 // Also, the 68K CANNOT make use of the 32-bit interface, since its bus width is only 16-bits...
1140 //      offset &= 0xFF3FFF;
1141
1142 #ifdef TOM_DEBUG
1143         WriteLog("TOM: Reading byte at %06X\n", offset);
1144 #endif
1145
1146         if ((offset >= GPU_CONTROL_RAM_BASE) && (offset < GPU_CONTROL_RAM_BASE+0x20))
1147                 return GPUReadByte(offset, who);
1148         else if ((offset >= GPU_WORK_RAM_BASE) && (offset < GPU_WORK_RAM_BASE+0x1000))
1149                 return GPUReadByte(offset, who);
1150         else if ((offset >= 0xF00010) && (offset < 0xF00028))
1151                 return OPReadByte(offset, who);
1152         else if ((offset >= 0xF02200) && (offset < 0xF022A0))
1153                 return BlitterReadByte(offset, who);
1154         else if (offset == 0xF00050)
1155                 return tom_timer_prescaler >> 8;
1156         else if (offset == 0xF00051)
1157                 return tom_timer_prescaler & 0xFF;
1158         else if (offset == 0xF00052)
1159                 return tom_timer_divider >> 8;
1160         else if (offset == 0xF00053)
1161                 return tom_timer_divider & 0xFF;
1162
1163         return tom_ram_8[offset & 0x3FFF];
1164 }
1165
1166 //
1167 // TOM word access (read)
1168 //
1169 uint16 TOMReadWord(uint32 offset, uint32 who/*=UNKNOWN*/)
1170 {
1171 //???Is this needed???
1172 //      offset &= 0xFF3FFF;
1173 #ifdef TOM_DEBUG
1174         WriteLog("TOM: Reading word at %06X\n", offset);
1175 #endif
1176 if (offset >= 0xF02000 && offset <= 0xF020FF)
1177         WriteLog("TOM: Read attempted from GPU register file by %s (unimplemented)!\n", whoName[who]);
1178
1179         if (offset == 0xF000E0)
1180         {
1181                 uint16 data = (tom_jerry_int_pending << 4) | (tom_timer_int_pending << 3)
1182                         | (tom_object_int_pending << 2) | (tom_gpu_int_pending << 1)
1183                         | (tom_video_int_pending << 0);
1184                 //WriteLog("tom: interrupt status is 0x%.4x \n",data);
1185                 return data;
1186         }
1187 //Shoud be handled by the jaguar main loop now... And it is! ;-)
1188 /*      else if (offset == 0xF00006)    // VC
1189         // What if we're in interlaced mode?
1190         // According to docs, in non-interlace mode VC is ALWAYS even...
1191 //              return (tom_scanline << 1);// + 1;
1192 //But it's causing Rayman to be fucked up... Why???
1193 //Because VC is even in NI mode when calling the OP! That's why!
1194                 return (tom_scanline << 1) + 1;//*/
1195         else if ((offset >= GPU_CONTROL_RAM_BASE) && (offset < GPU_CONTROL_RAM_BASE+0x20))
1196                 return GPUReadWord(offset, who);
1197         else if ((offset >= GPU_WORK_RAM_BASE) && (offset < GPU_WORK_RAM_BASE+0x1000))
1198                 return GPUReadWord(offset, who);
1199         else if ((offset >= 0xF00010) && (offset < 0xF00028))
1200                 return OPReadWord(offset, who);
1201         else if ((offset >= 0xF02200) && (offset < 0xF022A0))
1202                 return BlitterReadWord(offset, who);
1203         else if (offset == 0xF00050)
1204                 return tom_timer_prescaler;
1205         else if (offset == 0xF00052)
1206                 return tom_timer_divider;
1207
1208         offset &= 0x3FFF;
1209         return (TOMReadByte(offset, who) << 8) | TOMReadByte(offset + 1, who);
1210 }
1211
1212 //
1213 // TOM byte access (write)
1214 //
1215 void TOMWriteByte(uint32 offset, uint8 data, uint32 who/*=UNKNOWN*/)
1216 {
1217 //???Is this needed???
1218 // Perhaps on the writes--32-bit writes that is! And masked with FF7FFF...
1219         offset &= 0xFF3FFF;
1220
1221 #ifdef TOM_DEBUG
1222         WriteLog("TOM: Writing byte %02X at %06X\n", data, offset);
1223 #endif
1224
1225         if ((offset >= GPU_CONTROL_RAM_BASE) && (offset < GPU_CONTROL_RAM_BASE+0x20))
1226         {
1227                 GPUWriteByte(offset, data, who);
1228                 return;
1229         }
1230         else if ((offset >= GPU_WORK_RAM_BASE) && (offset < GPU_WORK_RAM_BASE+0x1000))
1231         {
1232                 GPUWriteByte(offset, data, who);
1233                 return;
1234         }
1235         else if ((offset >= 0xF00010) && (offset < 0xF00028))
1236         {
1237                 OPWriteByte(offset, data, who);
1238                 return;
1239         }
1240         else if ((offset >= 0xF02200) && (offset < 0xF022A0))
1241         {
1242                 BlitterWriteByte(offset, data, who);
1243                 return;
1244         }
1245         else if (offset == 0xF00050)
1246         {
1247                 tom_timer_prescaler = (tom_timer_prescaler & 0x00FF) | (data << 8);
1248                 TOMResetPIT();
1249                 return;
1250         }
1251         else if (offset == 0xF00051)
1252         {
1253                 tom_timer_prescaler = (tom_timer_prescaler & 0xFF00) | data;
1254                 TOMResetPIT();
1255                 return;
1256         }
1257         else if (offset == 0xF00052)
1258         {
1259                 tom_timer_divider = (tom_timer_divider & 0x00FF) | (data << 8);
1260                 TOMResetPIT();
1261                 return;
1262         }
1263         else if (offset == 0xF00053)
1264         {
1265                 tom_timer_divider = (tom_timer_divider & 0xFF00) | data;
1266                 TOMResetPIT();
1267                 return;
1268         }
1269         else if (offset >= 0xF00400 && offset <= 0xF007FF)      // CLUT (A & B)
1270         {
1271                 // Writing to one CLUT writes to the other
1272                 offset &= 0x5FF;                // Mask out $F00600 (restrict to $F00400-5FF)
1273                 tom_ram_8[offset] = data, tom_ram_8[offset + 0x200] = data;
1274         }
1275
1276         tom_ram_8[offset & 0x3FFF] = data;
1277 }
1278
1279 //
1280 // TOM word access (write)
1281 //
1282 void TOMWriteWord(uint32 offset, uint16 data, uint32 who/*=UNKNOWN*/)
1283 {
1284 //???Is this needed???
1285         offset &= 0xFF3FFF;
1286
1287 #ifdef TOM_DEBUG
1288         WriteLog("TOM: Writing word %04X at %06X\n", data, offset);
1289 #endif
1290 if (offset == 0xF00000 + MEMCON1)
1291         WriteLog("TOM: Memory Configuration 1 written by %s: %04X\n", whoName[who], data);
1292 if (offset == 0xF00000 + MEMCON2)
1293         WriteLog("TOM: Memory Configuration 2 written by %s: %04X\n", whoName[who], data);
1294 if (offset >= 0xF02000 && offset <= 0xF020FF)
1295         WriteLog("TOM: Write attempted to GPU register file by %s (unimplemented)!\n", whoName[who]);
1296
1297         if ((offset >= GPU_CONTROL_RAM_BASE) && (offset < GPU_CONTROL_RAM_BASE+0x20))
1298         {
1299                 GPUWriteWord(offset, data, who);
1300                 return;
1301         }
1302         else if ((offset >= GPU_WORK_RAM_BASE) && (offset < GPU_WORK_RAM_BASE+0x1000))
1303         {
1304                 GPUWriteWord(offset, data, who);
1305                 return;
1306         }
1307 //What's so special about this?
1308 /*      else if ((offset >= 0xF00000) && (offset < 0xF00002))
1309         {
1310                 TOMWriteByte(offset, data >> 8);
1311                 TOMWriteByte(offset+1, data & 0xFF);
1312         }*/
1313         else if ((offset >= 0xF00010) && (offset < 0xF00028))
1314         {
1315                 OPWriteWord(offset, data, who);
1316                 return;
1317         }
1318         else if (offset == 0xF00050)
1319         {
1320                 tom_timer_prescaler = data;
1321                 TOMResetPIT();
1322                 return;
1323         }
1324         else if (offset == 0xF00052)
1325         {
1326                 tom_timer_divider = data;
1327                 TOMResetPIT();
1328                 return;
1329         }
1330         else if (offset == 0xF000E0)
1331         {
1332 //Check this out...
1333                 if (data & 0x0100)
1334                         tom_video_int_pending = 0;
1335                 if (data & 0x0200)
1336                         tom_gpu_int_pending = 0;
1337                 if (data & 0x0400)
1338                         tom_object_int_pending = 0;
1339                 if (data & 0x0800)
1340                         tom_timer_int_pending = 0;
1341                 if (data & 0x1000)
1342                         tom_jerry_int_pending = 0;
1343         }
1344         else if ((offset >= 0xF02200) && (offset <= 0xF0229F))
1345         {
1346                 BlitterWriteWord(offset, data, who);
1347                 return;
1348         }
1349         else if (offset >= 0xF00400 && offset <= 0xF007FE)      // CLUT (A & B)
1350         {
1351                 // Writing to one CLUT writes to the other
1352                 offset &= 0x5FF;                // Mask out $F00600 (restrict to $F00400-5FF)
1353 // Watch out for unaligned writes here! (Not fixed yet)
1354                 SET16(tom_ram_8, offset, data), SET16(tom_ram_8, offset + 0x200, data);
1355         }
1356
1357         offset &= 0x3FFF;
1358         if (offset == 0x28)                     // VMODE (Why? Why not OBF?)
1359                 objectp_running = 1;
1360
1361         if (offset >= 0x30 && offset <= 0x4E)
1362                 data &= 0x07FF;                 // These are (mostly) 11-bit registers
1363         if (offset == 0x2E || offset == 0x36 || offset == 0x54)
1364                 data &= 0x03FF;                 // These are all 10-bit registers
1365
1366         TOMWriteByte(offset, data >> 8, who);
1367         TOMWriteByte(offset+1, data & 0xFF, who);
1368
1369 if (offset == VDB)
1370         WriteLog("TOM: Vertical Display Begin written by %s: %u\n", whoName[who], data);
1371 if (offset == VDE)
1372         WriteLog("TOM: Vertical Display End written by %s: %u\n", whoName[who], data);
1373 if (offset == VP)
1374         WriteLog("TOM: Vertical Period written by %s: %u (%sinterlaced)\n", whoName[who], data, (data & 0x01 ? "non-" : ""));
1375 if (offset == HDB1)
1376         WriteLog("TOM: Horizontal Display Begin 1 written by %s: %u\n", whoName[who], data);
1377 if (offset == HDE)
1378         WriteLog("TOM: Horizontal Display End written by %s: %u\n", whoName[who], data);
1379 if (offset == HP)
1380         WriteLog("TOM: Horizontal Period written by %s: %u (+1*2 = %u)\n", whoName[who], data, (data + 1) * 2);
1381 if (offset == VBB)
1382         WriteLog("TOM: Vertical Blank Begin written by %s: %u\n", whoName[who], data);
1383 if (offset == VBE)
1384         WriteLog("TOM: Vertical Blank End written by %s: %u\n", whoName[who], data);
1385 if (offset == VS)
1386         WriteLog("TOM: Vertical Sync written by %s: %u\n", whoName[who], data);
1387 if (offset == VI)
1388         WriteLog("TOM: Vertical Interrupt written by %s: %u\n", whoName[who], data);
1389 if (offset == HBB)
1390         WriteLog("TOM: Horizontal Blank Begin written by %s: %u\n", whoName[who], data);
1391 if (offset == HBE)
1392         WriteLog("TOM: Horizontal Blank End written by %s: %u\n", whoName[who], data);
1393 if (offset == VMODE)
1394         WriteLog("TOM: Video Mode written by %s: %04X. PWIDTH = %u, MODE = %s, flags:%s%s (VC = %u)\n", whoName[who], data, ((data >> 9) & 0x07) + 1, videoMode_to_str[(data & MODE) >> 1], (data & BGEN ? " BGEN" : ""), (data & VARMOD ? " VARMOD" : ""), GET16(tom_ram_8, VC));
1395
1396         // detect screen resolution changes
1397 //This may go away in the future, if we do the virtualized screen thing...
1398 //This may go away soon!
1399         if ((offset >= 0x28) && (offset <= 0x4F))
1400         {
1401                 uint32 width = tom_getVideoModeWidth(), height = tom_getVideoModeHeight();
1402                 tom_real_internal_width = width;
1403
1404                 if ((width != tom_width) || (height != tom_height))
1405                 {
1406                         tom_width = width, tom_height = height;
1407                         ResizeScreen(tom_width, tom_height);
1408                 }
1409         }
1410 }
1411
1412 int tom_irq_enabled(int irq)
1413 {
1414         // This is the correct byte in big endian... D'oh!
1415 //      return jaguar_byte_read(0xF000E1) & (1 << irq);
1416         return tom_ram_8[INT1 + 1/*0xE1*/] & (1 << irq);
1417 }
1418
1419 //unused
1420 /*void tom_set_irq_latch(int irq, int enabled)
1421 {
1422         tom_ram_8[0xE0] = (tom_ram_8[0xE0] & (~(1<<irq))) | (enabled ? (1<<irq) : 0);
1423 }*/
1424
1425 //unused
1426 /*uint16 tom_irq_control_reg(void)
1427 {
1428         return (tom_ram_8[0xE0] << 8) | tom_ram_8[0xE1];
1429 }*/
1430
1431 void TOMResetPIT(void)
1432 {
1433 //Probably should *add* this amount to the counter to retain cycle accuracy! !!! FIX !!! [DONE]
1434 //Also, why +1??? 'Cause that's what it says in the JTRM...!
1435 //There is a small problem with this approach: If both the prescaler and the divider are equal
1436 //to $FFFF then the counter won't be large enough to handle it. !!! FIX !!!
1437         if (tom_timer_prescaler)
1438                 tom_timer_counter += (1 + tom_timer_prescaler) * (1 + tom_timer_divider);
1439 //      WriteLog("tom: reseting timer to 0x%.8x (%i)\n",tom_timer_counter,tom_timer_counter);
1440 }
1441
1442 //
1443 // TOM Programmable Interrupt Timer handler
1444 // NOTE: TOM's PIT is only enabled if the prescaler is != 0
1445 //
1446 void TOMExecPIT(uint32 cycles)
1447 {
1448         if (tom_timer_prescaler)
1449         {
1450                 tom_timer_counter -= cycles;
1451
1452                 if (tom_timer_counter <= 0)
1453                 {
1454                         tom_set_pending_timer_int();
1455                         GPUSetIRQLine(GPUIRQ_TIMER, ASSERT_LINE);       // GPUSetIRQLine does the 'IRQ enabled' checking
1456                         if (tom_irq_enabled(IRQ_TIMER))//get rid of this crap -> && jaguar_interrupt_handler_is_valid(64))
1457                                 m68k_set_irq(7);                                        // Cause a 68000 NMI...
1458
1459                         TOMResetPIT();
1460                 }
1461         }
1462 }