mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
get rid of port_config.h
This commit is contained in:
parent
5609d343e3
commit
9c9cda8c39
21 changed files with 73 additions and 288 deletions
|
@ -802,7 +802,11 @@ static __inline int isspace_(int c)
|
|||
|
||||
// emulation event logging
|
||||
#ifndef EL_LOGMASK
|
||||
#define EL_LOGMASK 0
|
||||
# ifdef __x86_64__ // HACK
|
||||
# define EL_LOGMASK (EL_STATUS|EL_IDLE|EL_ANOMALY)
|
||||
# else
|
||||
# define EL_LOGMASK (EL_STATUS|EL_IDLE)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define EL_HVCNT 0x00000001 /* hv counter reads */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue