KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
atatest.c File Reference
#include <string.h>
#include <stdint.h>
#include <errno.h>
#include <time.h>
#include <dc/g1ata.h>
#include <kos/dbglog.h>
#include <kos/blockdev.h>

Functions

int main (int argc, char *argv[])
 

Variables

static unsigned char dmabuf [1024 *512]
 
static unsigned char piobuf [1024 *512]
 
static unsigned char tmp [512]
 

Function Documentation

◆ main()

Variable Documentation

◆ dmabuf

unsigned char dmabuf[1024 *512]
static

Referenced by main().

◆ piobuf

unsigned char piobuf[1024 *512]
static

Referenced by main().

◆ tmp

unsigned char tmp[512]
static