mc_io.h
326 Bytes
#ifndef MC_TOGGLE
#define MC_TOGGLE
.name mc_in_dat, $10
.name mc_out_dat, $11
.name mc_in_mvx, $12
.name mc_in_mvy, $13
.name mc_in_blend, $14
#define mc_in_cbp mc_in_blend
#else
#undef MC_TOGGLE
.unname mc_in_dat
.unname mc_out_dat
.unname mc_in_mvx
.unname mc_in_mvy
.unname mc_in_blend
#endif