summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-16Add support for logging YM2612 channels to WAVE filesMike Pavone
2013-06-16Fix modulation condition for operator 2Mike Pavone
2013-06-16Implement writes from 68K to Z80 bank register and make reads from port c ↵Mike Pavone
control register return 0 again
2013-06-16Minor refactor of io_read functions to avoid duplication of logic between ↵Mike Pavone
byte and word versions
2013-06-16Fix YM2612 timersMike Pavone
2013-06-15Assert z80 interrupt longer so that they are not missed when they should not beMike Pavone
2013-06-15Fix DIMike Pavone
2013-06-15Have test generator test both flag register 0 case and flag register FF caseMike Pavone
2013-06-14Fix adc and sbcMike Pavone
2013-06-14Make keybindings data driven so they can be populated from a config file laterMike Pavone
2013-06-13Fix LDIRMike Pavone
2013-06-11Fix output of algorithm 4 and make some other minor YM2612 core improvementsMike Pavone
2013-06-11Add debugger command for saving Z80 RAM to a fileMike Pavone
2013-06-11Bail out on attempt to run code from bank area until it is properly supportedMike Pavone
2013-06-09Fix address adjustement in z80_retrans_stubMike Pavone
2013-06-09Z80 debugger improvementsMike Pavone
2013-06-08Check memory results in ztestgenMike Pavone
2013-06-08Use a call instruction to figure out the original native address when ↵Mike Pavone
retranslating so that it does not get lost when the byte transforms from a instruction word to extension word
2013-06-06Removed out of date TODOMike Pavone
2013-06-06Fix LDD and LDDRMike Pavone
2013-06-05Fix dec and inc when the operand is in memoryMike Pavone
2013-06-05Fix channel mapping in key on/off registerMike Pavone
2013-06-05Fix LDIMike Pavone
2013-06-04Fix set/res when the operand is in memoryMike Pavone
2013-06-04Initial implementation of channel 3 special modeMike Pavone
2013-06-04Fix operator precedence bug with sustain levelMike Pavone
2013-06-03Fix modulation shift valueMike Pavone
2013-06-03Make the PSG and YM2612 use the master clock internal with an increment ↵Mike Pavone
based on clock divider so that they stay perflectly in sync. Run both the PSG and YM2612 whenver one of them needs to be run.
2013-06-02Make shift value of operator output to modulation input a defineMike Pavone
2013-06-02Adjust shift for feedbackMike Pavone
2013-06-02Initial stab at feedbackMike Pavone
2013-06-02Fix key scalingMike Pavone
2013-06-02Clear IFF1 and IFF2 when an interrupt is taken on the Z80Mike Pavone
2013-06-02Fix YM2612 busy flagMike Pavone
2013-06-02Fix cycle count for inc and decMike Pavone
2013-06-02Bunch of Z80 debugger improvementsMike Pavone
2013-06-02Use signed ints for things that represent signed values in YM2612 coreMike Pavone
2013-06-02Fix register to operator mapping. Fix rate table generation. Add TL to ↵Mike Pavone
envelope value rather than using it as a limit for the attack phase.
2013-05-31Fix left/right enable default valueMike Pavone
2013-05-31Make the n command in the Z80 debugger actually run the next instruction ↵Mike Pavone
without needing a c command
2013-05-31Fix P condition in Z80 coreMike Pavone
2013-05-31Partial implementation of Z80 debuggerMike Pavone
2013-05-29Actually save the shifted phase inc after applying the block shiftMike Pavone
2013-05-29Incredibly broken YM2612 support plus a fix to Z80 bus requestMike Pavone
2013-05-29Fix push AFMike Pavone
2013-05-27YM2612 WIP updateMike Pavone
2013-05-27Fix deadlock on quitMike Pavone
2013-05-27Fix sizeof expression passed to malloc in z80_init to avoid a minor memory errorMike Pavone
2013-05-27YM2612 WIP snapshot before register refactorMike Pavone
2013-05-24Make Z80 writes to VDP/PSG not potentially crash the emulatorMike Pavone