summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-23Fix typo in MakefileMike Pavone
2014-02-19Fix type mismatch on headless global that was causing a crash in the vgm play...Michael Pavone
2014-02-19Apart from the Z80 core, BlastEm now supports 32-bit x86Michael Pavone
2014-02-18Properly null terminate string returned by readlink in util.cMichael Pavone
2014-02-18Initial work on the x86-32 targetMichael Pavone
2014-02-18Generate get_sr, set_sr and set_ccr at runtime so they can respect the flag_r...Michael Pavone
2014-02-17Make references to flags in the M68K core respect the flag_regs options array...Michael Pavone
2014-02-16Generate handle_cycle_limit at runtime so it can use the generated save/load_...Michael Pavone
2014-02-16Generate native_addr and native_addr_and_sync at runtime so they can use the ...Michael Pavone
2014-02-16Generate retrans_stub at runtime so it can use the generated save/load_contex...Michael Pavone
2014-02-16Removed old debug print function that is no longer neededMichael Pavone
2014-02-15Get rid of the native stack option the 68K core. Trying to make it work with ...Michael Pavone
2014-02-15Generate m68k_start_context at runtime so it can use the generated load_conte...Michael Pavone
2014-02-14Generate save_context and load_context functions at runtimeMichael Pavone
2014-02-13Added tag v0.2.0 for changeset 6b7a96d0eda8Mike Pavone
2014-02-13Added CHANGELOGMike Pavone
2014-02-13Update READMEMike Pavone
2014-02-13Better emulation of the YM-2612 busy flagMike Pavone
2014-02-13Properly sync hardware when frame end is reached during DMAMike Pavone
2014-02-12Added tag v0.1.0 for changeset 949c7d875693Mike Pavone
2014-02-12Comment out LFO debug printfMike Pavone
2014-02-12Update version numberMike Pavone
2014-02-12Implement memory writes in GDB remote debugging stubMike Pavone
2014-02-12Remove defines from blastem.c that had been moved to blastem.hMike Pavone
2014-02-12Add file that was accidentally omitted from a previous commitMike Pavone
2014-02-12Fix operator 1 self-feedbackMichael Pavone
2014-02-11Support setting registers in gdb remote debuggerMike Pavone
2014-02-11Support single stepping in gdb remote debuggerMike Pavone
2014-02-11Move debugging code outside of main source fileMike Pavone
2014-02-11MergeMichael Pavone
2014-02-11Adjust PSG and YM-2612 volume to be closer to the real consoleMichael Pavone
2014-02-11Fix overflow handling on FM channel outputMichael Pavone
2014-02-11Fix check of fwrite return value in wave_finalize so that the data subchunk s...Michael Pavone
2014-02-09Added step and step-over debugger commands. step-over is like next except it ...Mike Pavone
2014-02-09Refactor debugger next commandMike Pavone
2014-02-09Properly handle dbcc, rtr and rte in the debugger next commandMike Pavone
2014-02-09Properly handle jmp instructions in the debugger next commandMike Pavone
2014-02-08Initial GDB remote debugging support. Lacks some features, but breakpoints an...Mike Pavone
2014-02-07Implement per-channel wave logging and primitive looping support in vgm player.Michael Pavone
2014-02-07Properly clamp envelope value to zero when it overflows during the attack pha...Michael Pavone
2014-02-07Increment sample pointer after reading a sample in VGM playerMichael Pavone
2014-02-06Add support for VGM 1.50 PCM data blocksMichael Pavone
2014-02-06Add a zp command to the 68K debugger to allow printing Z80 registers while in...Michael Pavone
2014-02-06Fix accidental use of the conditional jump instruction jp instead of jmpMichael Pavone
2014-02-03Initial attempt at emulating extended bank area access delays when 68K bus is...Michael Pavone
2014-01-28Add 3 wait states to Z80 access to bank area since that seems to be roughly t...Michael Pavone
2014-01-27Fix timing of certain ld and jp instructions in the Z80 coreMichael Pavone
2014-01-06The local clone on my laptop got messed up and some changes had not been push...Michael Pavone
2013-10-31Add support for left and right shift keysMike Pavone
2013-10-31Small optimization for H40 modeMike Pavone