mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-09-02 19:23:16 +02:00
Dreamcast Changes
This commit is contained in:
committed by
Stefanos Kornilios Mitsis Poiitidis
parent
310dd86371
commit
29550ea045
11
vendor/emu/lxdream/tacore.h
vendored
Normal file
11
vendor/emu/lxdream/tacore.h
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include "emu/types.h"
|
||||
|
||||
typedef unsigned int pvraddr_t;
|
||||
typedef unsigned int pvr64addr_t;
|
||||
typedef unsigned int sh4addr_t;
|
||||
|
||||
void lxd_ta_write( unsigned char *buf, uint32_t length );
|
||||
void lxd_ta_write_burst( sh4addr_t addr, unsigned char *data );
|
||||
void lxd_ta_reset();
|
||||
void lxd_ta_init(u8* vram);
|
Reference in New Issue
Block a user