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,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__ */