diff --git a/libpsx/include/psx.h b/libpsx/include/psx.h index 9fdbff0..d1d73c0 100644 --- a/libpsx/include/psx.h +++ b/libpsx/include/psx.h @@ -125,18 +125,14 @@ enum cop0_register_numbers /** * Root counter specifications */ - -enum psx_rcnt_specs -{ - /** Pixel clock*/ - RCntCNT0 = 0xf2000000, - /** Horizontal sync*/ - RCntCNT1 = 0xf2000001, - /** System clock / 8 */ - RCntCNT2 = 0xf2000002, - /** VSync (VBlank) */ - RCntCNT3 = 0xf2000003, -}; +/** Pixel clock*/ +#define RCntCNT0 0xf2000000 +/** Horizontal sync*/ +#define RCntCNT1 0xf2000001 +/** System clock / 8 */ +#define RCntCNT2 0xf2000002 +/** VSync (VBlank) */ +#define RCntCNT3 0xf2000003 /** * Root counter modes