index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2015-06-28
Get "portable" builds working on Linux and add a build time check for whether...
Michael Pavone
2015-06-28
Add support for making a "portable" build on OSX to Makefile
Michael Pavone
2015-06-27
Cleanup some warnings under clang through a combination of code fixes and sup...
Michael Pavone
2015-06-22
Fix check for DEBUG in Makefile
Michael Pavone
2015-05-28
Fix crash bug in windows build
Michael Pavone
2015-05-28
Get windows build compiling again post-merge
Michael Pavone
2015-05-28
Merge windows branch with latest changes
Michael Pavone
2015-05-28
Adjusted Makefile to support linking against the static glew library from the...
Michael Pavone
2015-05-25
Add a define in both the source and Makefile for enabling logging of z80 inst...
Michael Pavone
2015-05-23
Eliminate runtime.S/runtime_32.S.
Michael Pavone
2015-05-20
Add some tests for hint timing and fix it properly this time.
Michael Pavone
2015-05-20
Upgrade to SDL 2.0 and drop support for the non-OpenGL render path
Michael Pavone
2015-01-04
Merge
Michael Pavone
2015-01-02
In theory, the Z80 core should work on 32-bit builds now; however, I suspect ...
Michael Pavone
2014-12-30
Merge
Michael Pavone
2014-12-22
Z80 core is sort of working again
Michael Pavone
2014-12-14
Produce a listing file when assembling 68K test ROMs
Michael Pavone
2014-10-11
Add support for disassembling VOS program modules
Michael Pavone
2014-10-08
Improve support for disassembling 68010+ binaries
Michael Pavone
2014-06-17
blastem builds and almost works on OS X now
Mike Pavone
2014-04-01
Make Windows port a little less half-assed
Michael Pavone
2014-04-01
Initial work on Windows port
Michael Pavone
2014-03-03
Enable link time optimization
Michael Pavone
2014-03-02
Initial stab at separating the generic parts of the 68K core from the host-cp...
Michael Pavone
2014-03-02
Small Makefile change that was missed in the last commit
Michael Pavone
2014-03-01
Add a separate flag/define for disabling the Z80 at compile time to ease refa...
Michael Pavone
2014-02-24
Moved some generic stuff from backend.h gen_arm.h and gen_arm.c into gen.h an...
Michael Pavone
2014-02-24
Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectively
Mike Pavone
2014-02-23
Added untested code for generating ARM machine code
Mike Pavone
2014-02-23
Fix typo in Makefile
Mike Pavone
2014-02-19
Apart from the Z80 core, BlastEm now supports 32-bit x86
Michael Pavone
2014-02-18
Initial work on the x86-32 target
Michael Pavone
2014-02-11
Move debugging code outside of main source file
Mike Pavone
2014-02-08
Initial GDB remote debugging support. Lacks some features, but breakpoints an...
Mike Pavone
2014-01-06
The local clone on my laptop got messed up and some changes had not been push...
Michael Pavone
2013-10-28
Allow OpenGL support to be disabled at compile time. Move generic utility fun...
Mike Pavone
2013-10-27
Basic OpenGL rendering is working
Mike Pavone
2013-10-26
Update opengl branch from default. Fix build breakage unrelated to merge
Mike Pavone
2013-09-10
Fix vgmplay
Mike Pavone
2013-09-10
Fix stateview. Update "all" target in Makefile.
Mike Pavone
2013-07-26
Added support for saving savestates. Added gst savestate format test harness
Mike Pavone
2013-07-10
Add config file parser and default config file
Mike Pavone
2013-06-30
Make VDP render in native pixel format of the renderer for a modest performan...
Mike Pavone
2013-06-24
Cleanup makefile and link math library
Mike Pavone
2013-06-17
Add primitive vgm player for testing
Mike Pavone
2013-06-16
Add support for logging YM2612 channels to WAVE files
Mike Pavone
2013-05-27
YM2612 WIP snapshot before register refactor
Mike Pavone
2013-05-23
Initial PSG support. Mostly works, noise channel is borked though.
Mike Pavone
2013-05-08
Added z80 test generator and z80 test runner.
Mike Pavone
2013-05-05
Add a YM2612 stub implementation with just timers and status registers so tha...
Mike Pavone
[prev]
[next]