diff options
author | Alcaro | 2017-01-17 00:37:18 +0100 |
---|---|---|
committer | GitHub | 2017-01-17 00:37:18 +0100 |
commit | 6e9a6c9b040035cdc7d015b8bdb21e920c811dca (patch) | |
tree | 73e7755d117b8dd9eea499977c632727deb20d00 /source/globals.c | |
parent | 7ed90abe19954aaf1fa56657a08e3cae4c8a67ce (diff) | |
parent | cbbfa871ae3d9db3852d9122a6d8355896c073ed (diff) | |
download | snes9x2005-6e9a6c9b040035cdc7d015b8bdb21e920c811dca.tar.gz snes9x2005-6e9a6c9b040035cdc7d015b8bdb21e920c811dca.tar.bz2 snes9x2005-6e9a6c9b040035cdc7d015b8bdb21e920c811dca.zip |
Merge pull request #26 from jamsilva/master
Cleanups v2
Diffstat (limited to 'source/globals.c')
-rw-r--r-- | source/globals.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/globals.c b/source/globals.c index 07df507..83adf78 100644 --- a/source/globals.c +++ b/source/globals.c @@ -35,13 +35,10 @@ SDSP1 DSP1; SSA1 SA1; - - SnesModel M1SNES = {1, 3, 2}; SnesModel M2SNES = {2, 4, 3}; SnesModel* Model = &M1SNES; - uint8_t* C4RAM = NULL; long OpAddress = 0; |