X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=pico%2Fpico_int.h;h=3a1ac9c3d5b9b984a710c04470a48661a3626d44;hb=1b3f58449285f3cfcc8ae0e1aefdada44a9e9bc5;hp=4367a6e8050c0f0868cf16f191a8eca4af4fd10e;hpb=be20816c4c487c4b114aa444b1a5819d5785b118;p=picodrive.git diff --git a/pico/pico_int.h b/pico/pico_int.h index 4367a6e..3a1ac9c 100644 --- a/pico/pico_int.h +++ b/pico/pico_int.h @@ -718,6 +718,7 @@ static __inline int isspace_(int c) #define EL_CDREGS 0x00020000 /* MCD: register access */ #define EL_CDREG3 0x00040000 /* MCD: register 3 only */ #define EL_32X 0x00080000 +#define EL_PWM 0x00100000 /* 32X PWM stuff (LOTS of output) */ #define EL_STATUS 0x40000000 /* status messages */ #define EL_ANOMALY 0x80000000 /* some unexpected conditions (during emulation) */