OSDN Git Service

csp-qt/common_source_project-fm7.git
2015-05-30 Kyuma Ohta[VM][FM7] Fix memory leak. Not using MEMORY:: class.
2015-05-30 Kyuma Ohta[VM][YM2203] Fix compilation error with MSVC 2013.
2015-05-29 K.Ohta[VM][YM2203][OPN] Apply left/right volume even using...
2015-05-29 K.Ohta[VM][FM7] Mute unused board to reduce CPU usage.
2015-05-29 K.Ohta[VM][YM2203] mix(): More optimize to except SIMD (SSE2...
2015-05-29 K.Ohta[VM][FM7][YM2203] Add stereo volume feature for YM2203...
2015-05-29 K.Ohta[VM][FM7] Use "KANJI" key to ESC, not using "PAUSE...
2015-05-29 K.Ohta[UI][Qt] Enable VK_KANJI on 106 mode.
2015-05-28 K.Ohta[Qt][General] Fix indent : replace space to ^I.
2015-05-27 K.Ohta[VM][FM7][Display]
2015-05-27 K.Ohta[VM][Qt][General] emu.[cpp|h] : Use QThread::msleep...
2015-05-27 K.Ohta[VM][MC6809] Stack : Use pair for push/pull.
2015-05-27 K.Ohta[UI][Qt] Joystick : Fix freezing on some situations.
2015-05-27 K.Ohta[VM][FM77] Pass build eFM77. But works not well.
2015-05-27 K.Ohta[VM][FM7] Re-order reset timing : Display -> MainIO...
2015-05-24 K.Ohta[VM][FM7] More re-order whose object are constructed.
2015-05-24 K.Ohta[VM][FM7][KEYBOARD] Re-order who constructed faster.
2015-05-24 K.Ohta[VM][FM7][DISPLAY][KEYBOARD] Reset both main's irq...
2015-05-24 K.Ohta[VM][FM7] remove unneeded variables.
2015-05-24 K.Ohta[EMU][General] Fix a security issue.
2015-05-24 K.Ohta[VM][EVENT] Fix freezing.
2015-05-24 K.OhtaMerge branch 'master' of github.com:Artanejp/common_sou...
2015-05-24 K.Ohta[.]
2015-05-24 K.Ohta[VM][FM7] BEEP: Reduce calling event.
2015-05-24 Kyuma OhtaMerge branch 'master' of github.com:Artanejp/common_sou...
2015-05-24 Kyuma Ohta[General] Fix some security issues related from code...
2015-05-23 K.Ohta[VM][FM7] BEEP: Reduce calling event.
2015-05-23 Kyuma Ohta[Build][FM7][VM] Reduce warnig when compiling (with...
2015-05-23 K.Ohta[VM][FM7] gcc-5 -O3 is too radical to build.
2015-05-23 K.Ohta[VM][FM7][FM77AV] Remove duplicate entries.
2015-05-22 K.Ohta[VM][FM7] Remove unneeded comment outs.
2015-05-22 K.Ohta[VM][FM7] Drop polling event via main and sub.
2015-05-22 K.Ohta[VM][FM7] Fix routing when subcpu was halted.
2015-05-22 K.Ohta[Draw][Qt]
2015-05-22 K.Ohta[VM][MC6809] Fix ignored sync/cwai insn.
2015-05-20 K.Ohta[UI][Qt] Looping draw thread.
2015-05-20 K.Ohta[VM][FM77AV] Fix reset sequence of changing subsystem...
2015-05-20 K.Ohta[VM][FM7] Floppy : Fix rotation, 300 to 360 RPM.
2015-05-20 K.Ohta[VM][UI][Qt][FM7] Add extra ram feature for FM-77/AV.
2015-05-20 K.Ohta[VM][UI][Qt] Both running and resetting do within same...
2015-05-19 K.Ohta[VM][FM7] Fix communication SUB <-> MAIN. Fixed Flicky.
2015-05-19 K.Ohta[VM][FM7][MAINIO][MAINMEM] Re-order calling.Faster...
2015-05-19 K.OhtaMerge branch 'master' of github.com:Artanejp/common_sou...
2015-05-19 K.Ohta[VM][FM7][DISPLAY] Temp:
2015-05-19 Kyuma Ohta[General][WIN32][FM77AV] Build with MS Visual Studio...
2015-05-19 K.Ohta[VM][MC6809] Fix? around sync insn.
2015-05-18 K.Ohta[VM][FM77AV][DISPLAY] Fix NMI MASK.
2015-05-14 K.Ohta[VM][MC6809] Fix LSR insn.
2015-05-08 K.Ohta[VM][FM7] Fix un update rare case, Fixed demonstration...
2015-05-07 K.Ohta[BUILD][CMAKE] Improbe batch script.
2015-05-07 K.Ohta[VM][FM7] Fix sync timing.
2015-05-07 K.Ohta[VM][MC6809] Fix MUL insn.(maybe)
2015-05-07 K.Ohta[Qt][VM][Draw] Fix too much frame skipping.
2015-05-07 K.Ohta[General][Qt] Add support Casio FP-200.
2015-05-07 K.Ohta[Build][CMake][FM16PI] Fix error definition.
2015-05-07 K.Ohta[BUILD][CMAKE][BATCH] Stop building when compilation...
2015-05-07 K.Ohta[VM][General][Qt] Merge upstream 2015-04-29.
2015-05-07 K.Ohta[BUILD][CMAKE][Qt] Fix some link errors.
2015-05-07 K.Ohta[BUILD][General][BATCH] Fix weird directory.
2015-05-07 K.Ohta[BUILD][General][CMAKE] Add bash script for batch-building.
2015-05-06 K.Ohta[VM][MC6809] WIP: Fixing insns.
2015-05-06 K.Ohta[VM][FM7] Sync via sub and main to 500uS, reduce usage...
2015-04-24 K.Ohta[VM][FM77AV][DISPLAY] Fix reset sequences.
2015-04-24 K.Ohta[VM][MC6809] Fix flags on LSR_MEM / LSR_REG.
2015-04-24 K.Ohta[VM][FM77AV] Fixing hand-shake lines for keyboard-encoder.
2015-04-24 K.Ohta[VM][FM7] Invert mask status of keyboard via main and...
2015-04-23 K.Ohta[VM][FM77AV][WIP] Fixing real-time-key-scanning , WIP.
2015-04-23 K.Ohta[VM][FM7][KEYBOARD] Do not clear key-irq, on reading...
2015-04-23 K.Ohta[UI][Qt] KEyboard: DO not auto-repeat from Qt.
2015-04-23 K.Ohta[VM][FM7] Full sync to 1uS.
2015-04-16 K.Ohta[VM][FM77AV][DISPLAY][4096COLORS] Unroll planes ->...
2015-04-16 K.Ohta[UI][Qt] D88:Cleaning work area.
2015-04-16 K.Ohta[UI][Qt][Draw] Fix unterminated Draw thread.
2015-04-16 K.Ohta[VM][FM77AV][DISPLAY][4096COLORS] More faster drawing.
2015-04-16 K.Ohta[VM][FM7] More sync to 1uS.
2015-04-16 K.Ohta[VM][FM7] Sync <1uS both Ssub-system and main-system.
2015-04-14 K.Ohta[VM][FM7][WIP] Change sequence of SUB-MAIN handshake...
2015-04-14 K.Ohta[Qt][Draw] Move drawing sequence to separate thread.
2015-04-14 K.Ohta[Qt][Draw][EMU] Separate EMU, Joystick, Draw : Using...
2015-04-14 K.Ohta[Qt][General] Use classes from QThread and run separate...
2015-04-14 K.Ohta[VM][FM7] Not clear timer-int automatically.
2015-04-13 K.Ohta[DEBUG][Qt][SDL][SOUND] Do not sound when debugging.
2015-04-13 K.Ohta[VM][FM7][IO][DISPLAY] Try to push out hand-shake lines...
2015-04-12 K.Ohta[General][Qt] Scheduler : Wait 1ms at least, expect...
2015-04-12 K.Ohta[VM][FM7][GENERAL][SOUND] Build with pcm1bit.cpp, not...
2015-04-12 K.Ohta[VM][FM7][SOUND] Fix correct event handling for BEEP.
2015-04-12 K.Ohta[VM][DISK] Check CRC-ERROR with upper 4bit of status...
2015-04-12 K.Ohta[VM][FM7][MAINIO] Revert : set irqmasks to true, not...
2015-04-12 K.Ohta[VM][DEBUGGER][MC6809] Display interrupt status on...
2015-04-12 K.Ohta[VM][FM7][KEYBOARD] Keyboard : Zap internal variable...
2015-04-12 K.Ohta[VM][FM7][SUB] (MAYBE) Fixed bugs around sub attention...
2015-04-12 K.Ohta[VM][FM7] Fix not able to compile with FM-7.
2015-04-12 K.Ohta[VM][FM77AV][DISPLAY] Fix more corrct drawing.
2015-04-12 K.Ohta[VM][MC6809] Add read_io8(). Using for debug MMIOs.
2015-04-12 K.Ohta[VM][MB61VH010][FM77AV] ALULINE : More correct line...
2015-04-12 K.Ohta[VM][FM77AV][DISPLAY] Fix wrong VRAM writing across...
2015-04-11 K.Ohta[VM][MC6809]
2015-04-11 K.Ohta[VM][FM77AV] More correct vsync/vblank/hblank.
2015-04-11 K.Ohta[VM][FM7][WIP] Fixing more accurate main-sub arbitation...
2015-04-11 K.Ohta[VM][FM77AV][MB61VH010] More accurate lines.
next