Some more cosmetics.

This commit is contained in:
Godzil 2022-06-27 17:01:07 +01:00
parent 4d345079ae
commit 83e4b8d5d9
8 changed files with 10 additions and 54 deletions

View File

@ -7,15 +7,6 @@
*
******************************************************************************/
//////////////////////////////////////////////////////////////////////////////
//
//
//
//
//
//
//////////////////////////////////////////////////////////////////////////////
#ifndef __AUDIO_H__
#define __AUDIO_H__

View File

@ -7,8 +7,8 @@
*
******************************************************************************/
#ifndef NEWOSWAN_DEVICE_H
#define NEWOSWAN_DEVICE_H
#ifndef __DEVICE_H__
#define __DEVICE_H__
typedef void (*device_init)(void);
typedef void (*device_reset)(void);

View File

@ -7,14 +7,6 @@
*
******************************************************************************/
//////////////////////////////////////////////////////////////////////////////
//
//
//
//
//
//
//////////////////////////////////////////////////////////////////////////////
#ifndef EMULATE_H
#define EMULATE_H

View File

@ -7,15 +7,6 @@
*
******************************************************************************/
//////////////////////////////////////////////////////////////////////////////
//
//
//
//
//
//
//////////////////////////////////////////////////////////////////////////////
#ifndef __MEMORY_H__
#define __MEMORY_H__

View File

@ -7,10 +7,10 @@
*
******************************************************************************/
#ifndef NEWOSWAN_SOURCE_NEC_NEC_DEBUGGER_H
#define NEWOSWAN_SOURCE_NEC_NEC_DEBUGGER_H
#ifndef __NEC_DEBUGGER_H__
#define __NEC_DEBUGGER_H__
int nec_decode_instruction(uint16_t segment, uint16_t offset, char *buffer, unsigned int bufferSize);
#endif /* NEWOSWAN_SOURCE_NEC_NEC_DEBUGGER_H */
#endif /* __NEC_DEBUGGER_H__ */

View File

@ -8,8 +8,8 @@
******************************************************************************/
/* ASG 971222 -- rewrote this interface */
#ifndef __NECITRF_H_
#define __NECITRF_H_
#ifndef __NECITRF_H__
#define __NECITRF_H__
#include <stdint.h>
@ -46,4 +46,4 @@ unsigned nec_get_reg(int regnum);
void nec_reset(void *param);
void nec_int(uint16_t vector);
#endif /* __NECITRF_H_ */
#endif /* __NECITRF_H__ */

View File

@ -7,15 +7,6 @@
*
******************************************************************************/
//////////////////////////////////////////////////////////////////////////////
//
//
//
//
//
//
//////////////////////////////////////////////////////////////////////////////
#ifndef __ROM_H__
#define __ROM_H__
@ -76,4 +67,4 @@ static inline uint8_t *ws_get_page_ptr(uint8_t *wsrom, uint32_t romSize, uint16_
return &wsrom[temp];
}
#endif
#endif /* __ROM_H__ */

View File

@ -7,15 +7,6 @@
*
******************************************************************************/
//////////////////////////////////////////////////////////////////////////////
//
//
//
//
//
//
//////////////////////////////////////////////////////////////////////////////
#ifndef __WS_H__
#define __WS_H__
@ -44,4 +35,4 @@ extern char *ws_ieep_path;
extern char *ws_rom_path;
#endif
#endif /* __WS_H__ */