dreamcast/holly/core.h
Zack Buhman b99722a6df _bits: use more bits generated from spreadsheets
This rearranges scene.cpp to a file organization that more closely
follows which code is responsible for what area of (hardware)
initialization.

All TA and CORE register accesses now use the new ta_bits.h and
core_bits.h, respectively.
2023-12-05 00:16:38 +08:00

6 lines
97 B
C

#pragma once
void core_init();
void core_init_texture_memory();
void core_start_render(int fb);