Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
RACE
Commits
66788f2e
Commit
66788f2e
authored
Oct 03, 2020
by
Libretro-Admin
Browse files
Cleanups
parent
df93bed8
Changes
2
Hide whitespace changes
Inline
Side-by-side
tlcs900h.cpp
View file @
66788f2e
...
...
@@ -35,7 +35,6 @@
#include <time.h>
#include "tlcs900h.h"
#include "race-memory.h"
#include "input.h"
#include "ngpBios.h"
#ifdef _DEBUG
...
...
tlcs900h.h
View file @
66788f2e
...
...
@@ -9,12 +9,12 @@
* tlcs900h.h: interface for the tlcs900h class.
*/
#if
!
def
ined(
AFX_TLCS900H_H
__41E77E01_8224_11D3_8644_00A0241D2A65__INCLUDED_)
#define AFX_TLCS900H_H
__41E77E01_8224_11D3_8644_00A0241D2A65__INCLUDED_
#if
n
def
AFX_TLCS900H_H
#define AFX_TLCS900H_H
#if
_MSC_VER > 1000
#pragma once
#endif
/* _MSC_VER > 1000 */
#if
def __cplusplus
extern
"C"
{
#endif
extern
unsigned
int
gen_regsPC
,
gen_regsSR
;
extern
unsigned
char
F2
;
...
...
@@ -65,4 +65,8 @@ void tlcs_execute(int cycles, int skipFrames); /* skipFrames=how many frames to
void
tlcs_execute
(
int
cycles
);
#endif
#endif
/* !defined(AFX_TLCS900H_H__41E77E01_8224_11D3_8644_00A0241D2A65__INCLUDED_) */
#ifdef __cplusplus
}
#endif
#endif
/* !defined(AFX_TLCS900H_H) */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment