OSDN Git Service

[VM][MC6809] WIP: Fixing insns.
[csp-qt/common_source_project-fm7.git] / source /
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.
2015-04-11 K.Ohta[VM][FM77AV][MB61VH010] Fix wrong dot on line.
2015-04-11 K.Ohta[Build][Qt] Add forgotten symlinks.
2015-04-10 K.Ohta[VM][FM7][DISPLAY] Fixing bus arbitation both main...
2015-04-10 K.Ohta[VM][FM7] WIP.
2015-04-10 K.Ohta[VM][6809] Improve insns.
2015-04-10 K.Ohta[VM][MC6809] Zap of wrong SET_V8(hoge,huga,geshi).
2015-04-09 K.Ohta[VM][DISK] Selective whether CRC error is ignored,...
2015-04-09 K.Ohta[VM][MC6809] Disassembler : Add undefined instructions...
2015-04-09 K.Ohta[General][VM] Merge upstream, 2015-04-10.
2015-04-09 K.Ohta[UI][Debugger][Qt] Using SDL_Thread for debugger.
2015-04-09 K.Ohta[UI][Debugger][Qt] Debugger working partly.
2015-04-09 K.Ohta[UI][Debugger][Qt] Add using QTermWidget.
2015-04-09 K.Ohta[Debugger][Qt] Add QtermWidget.
2015-04-08 K.Ohta[Qt][DEBUGGER] Implement first , this is still not...
2015-04-08 K.Ohta[VM][FM7]
2015-04-08 K.Ohta[VM][MC6809] Implementing Dis assembler, needed from...
2015-04-08 K.Ohta[VM][FM7] Fixing tilepaint problems, WIP.
2015-04-08 K.Ohta[VM][MB61VH010][WIP] Fixing ALU.WIP.
2015-04-07 K.Ohta[VM][FM7] Fix pointing outs from Mr.Takeda.
2015-04-07 K.Ohta[General] Remove unneeded files.
2015-04-07 K.Ohta[General] Merge upstream 2015-04-07.
2015-04-07 K.Ohta[VM][6809] Do not loop on CWAI.
2015-04-07 K.Ohta[VM][MC6809] Fix flags, instruction cycles...
2015-04-07 K.Ohta[VM][FM7] Keyboard : Fix memory leak.
2015-04-06 K.Ohta[VM][FM7][FM77AV] Set sub clock.
2015-04-06 K.Ohta[VM][FM77AV][FM77] Fix faster clock when enabled MMR.
2015-04-06 K.Ohta[VM][MC6809] More integrated instructions.
2015-04-06 K.Ohta[VM][MC6809] Integrate duplicate functions. This is...
2015-04-05 K.Ohta[VM][MC6809][FM77AV] Fix setting CC_V flag for some...
2015-04-05 K.Ohta[MB61VH010] Bug: Fix line style problem.
2015-04-05 K.Ohta[VM][FM77AV][MB61VH010] Fix line putting.
2015-04-03 K.Ohta[VM][FM77AV] Implementing kanjirom accesses from sub...
2015-04-03 K.Ohta[VM][FM7] Fix memory leak.Thanks Takeda-San!
2015-04-03 K.Ohta[General][FM7] Fix weird prefix "0b". This disables...
2015-04-02 K.Ohta[VM][FM77AV] Implement RTC.
2015-04-02 K.Ohta[VM][FM77AV][MB61VH010][ALU] ALU: Fix address handling...
2015-04-02 K.Ohta[VM][FM77AV][ALU] Write correct line, aritmetic per...
2015-04-02 K.Ohta[VM][FM7][KEYBOARD][WIP] Implementeing real-time scan...
2015-04-01 K.Ohta[VM][FM7] Rename FMALU -> MB61VH010 .
2015-04-01 K.Ohta[VM][FM77AV][DISPLAY] VRAM : Use alu before read/write...
2015-04-01 K.Ohta[VM][DISPLAY][FM77AV] 4096 colors mode: Fix color order.
2015-04-01 K.Ohta[VM][FM77AV] Do offset register per bank.
2015-04-01 K.Ohta[VM][FM77AV][DISPLAY] Fix correct scroll on 640x200...
2015-04-01 K.Ohta[VM][FM77AV] Run initiator rom once, do not run when...
2015-04-01 K.Ohta[VM][FM77AV] Fix boot sequence:
2015-04-01 K.Ohta[VM][FM7][FM77AV] Build only FM7 supports, again.
2015-04-01 K.Ohta[VM][FM77AV] SUBROM : Fix not loading SUBROM_A.
2015-03-31 K.Ohta[WIP][VM][FM77AV] Implement are
2015-03-30 K.Ohta[FM7][WIP][ALU] FM77AV:
2015-03-30 K.Ohta[VM][FM7] 77AV : ALU. WIP.
2015-03-30 K.Ohta[VM][FM77AV][WIP] Implementing subsystem and mmr, WIP.
2015-03-30 K.Ohta[VM][FM77AV] Initial build.Some of FM7's softwares...
2015-03-29 K.Ohta[VM][General][Qt] Add FM-R50.
2015-03-29 K.Ohta[VM][Qt] Add FM16PI.
2015-03-29 K.Ohta[VM][General][Qt] Add Sega GameGear and Master System.
2015-03-29 K.Ohta[UI][Qt] Add support to load/save binary file.
2015-03-29 K.Ohta[VM][TK80BS][Qt] Add tk80bs.
2015-03-29 K.Ohta[BUILD][FP1100] Add forgotten commited file.
2015-03-29 K.Ohta[General][Qt] Enable to build even not support counter...
2015-03-29 K.Ohta[UI][MSX][Qt] Add support floppies.
next