dev_ps2_gif.cc File Reference

Back to the index.

Classes | Macros | Functions
dev_ps2_gif.cc File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "cpu.h"
#include "device.h"
#include "devices.h"
#include "machine.h"
#include "memory.h"
#include "misc.h"

Go to the source code of this file.

Classes

struct  gif_data
 

Macros

#define DEV_PS2_GIF_LENGTH   0x10000
 
#define PS2_FB_ADDR   0x60000000ULL /* hopefully nothing else here */
 

Functions

void test_triangle (struct gif_data *d, int x1, int y1, int r1, int g1, int b1, int x2, int y2, int r2, int g2, int b2, int x3, int y3, int r3, int g3, int b3)
 
 DEVICE_ACCESS (ps2_gif)
 
 DEVINIT (ps2_gif)
 

Macro Definition Documentation

◆ DEV_PS2_GIF_LENGTH

#define DEV_PS2_GIF_LENGTH   0x10000

Definition at line 50 of file dev_ps2_gif.cc.

◆ PS2_FB_ADDR

#define PS2_FB_ADDR   0x60000000ULL /* hopefully nothing else here */

Definition at line 52 of file dev_ps2_gif.cc.

Function Documentation

◆ DEVICE_ACCESS()

DEVICE_ACCESS ( ps2_gif  )

◆ DEVINIT()

DEVINIT ( ps2_gif  )

◆ test_triangle()

void test_triangle ( struct gif_data d,
int  x1,
int  y1,
int  r1,
int  g1,
int  b1,
int  x2,
int  y2,
int  r2,
int  g2,
int  b2,
int  x3,
int  y3,
int  r3,
int  g3,
int  b3 
)

Generated on Tue Mar 24 2020 14:04:48 for GXemul by doxygen 1.8.17