Commit graph

17 commits

Author SHA1 Message Date
Morten Delenk
358564631f Merge remote-tracking branch 'refs/remotes/pelrun/master'
# Conflicts:
#	main.c
2016-07-09 09:46:45 +02:00
James Churchill
54608e4a76 Fix incorrect ROM size check
LoROMs have 32k (0x8000) banks, but the check required at least 64k.
2016-03-25 19:39:48 +10:00
Morten Delenk
d27ca64230 Merge branch 'pelrun-master'
Again - nothing changed. It is needed for merging my fork into the main repo.
2015-07-21 18:50:54 +00:00
Morten Delenk
bdb5229491 Merge branch 'master' of https://github.com/pelrun/Dispel into pelrun-master
Edited nothing here.
2015-07-21 18:49:52 +00:00
Morten Delenk
31dbba3978 Changed a small error in the original coding - LoROMs have to be 0x8000 in size, unlike HiROMs. This is fixed
now
2015-07-21 18:39:12 +00:00
Morten Delenk
89c01b98f0 Made linux-dependent-code unix-dependent
!Checks for _LINUX_ being defined are not checks for _WIN32 being not defined
!Makefile does not touch /usr/bin anymore
2015-06-23 15:27:24 +00:00
James Churchill
3698bc2d2c Fix headers for win/unix/osx 2015-05-29 14:07:57 +10:00
Morten Delenk
35f15eb06c Added Linux support.
+Makefile was changed, to produce dispel under linux + mac os and dispel.exe
 under Windows.
+Added make install and make uninstall
2015-01-24 09:46:35 +01:00
James Churchill
4829ae2218 Merge pull request #1 from chridahl/master
Added OSX support.
2015-01-21 01:18:38 +10:00
cdk
dfbb9e5e7a Updated main.c
Should now compile and run on Mac OS X as well
2014-12-23 23:53:55 +01:00
James Churchill
f9bd623a1b Added executable download link to readme. 2013-05-17 22:20:15 +10:00
James Churchill
03f547877b Fixed a few documentation errors. 2011-04-05 03:36:15 +10:00
James Churchill
a4401bdca2 Updated usage documentation in readme. 2011-04-05 03:31:07 +10:00
James Churchill
c0e0f54e3f Added optimisation flag to makefile. 2011-04-05 03:20:04 +10:00
James Churchill
77798f9853 Invert sense of SMC header option.
Apparently most SNES roms are headerless these days, so I've changed
the default behaviour to *not* skip.
2011-04-05 03:12:52 +10:00
James Churchill
0d8c79c403 Add Makefile. 2011-04-05 03:11:18 +10:00
James Churchill
cb38eeee09 Initial commit. 2011-04-05 03:02:46 +10:00