OSDN Git Service

csp-qt/common_source_project-fm7.git
9 years ago[VM][FM7][FM77AV] Set sub clock.
K.Ohta [Mon, 6 Apr 2015 12:04:40 +0000 (21:04 +0900)]
[VM][FM7][FM77AV] Set sub clock.

9 years ago[VM][FM77AV][FM77] Fix faster clock when enabled MMR.
K.Ohta [Mon, 6 Apr 2015 11:11:16 +0000 (20:11 +0900)]
[VM][FM77AV][FM77] Fix faster clock when enabled MMR.

9 years ago[VM][MC6809] More integrated instructions.
K.Ohta [Mon, 6 Apr 2015 11:02:02 +0000 (20:02 +0900)]
[VM][MC6809] More integrated instructions.

9 years ago[VM][MC6809] Integrate duplicate functions. This is WIP.
K.Ohta [Mon, 6 Apr 2015 09:19:14 +0000 (18:19 +0900)]
[VM][MC6809] Integrate duplicate functions. This is WIP.

9 years ago[VM][MC6809][FM77AV] Fix setting CC_V flag for some instructions.
K.Ohta [Sun, 5 Apr 2015 21:56:34 +0000 (06:56 +0900)]
[VM][MC6809][FM77AV] Fix setting CC_V flag for some instructions.

9 years ago[MB61VH010] Bug: Fix line style problem.
K.Ohta [Sun, 5 Apr 2015 17:20:56 +0000 (02:20 +0900)]
[MB61VH010] Bug: Fix line style problem.

9 years ago[VM][FM77AV][MB61VH010] Fix line putting.
K.Ohta [Sun, 5 Apr 2015 15:41:01 +0000 (00:41 +0900)]
[VM][FM77AV][MB61VH010] Fix line putting.

9 years ago[VM][FM77AV] Implementing kanjirom accesses from sub-system.
K.Ohta [Fri, 3 Apr 2015 15:03:15 +0000 (00:03 +0900)]
[VM][FM77AV] Implementing kanjirom accesses from sub-system.

9 years ago[VM][FM7] Fix memory leak.Thanks Takeda-San!
K.Ohta [Fri, 3 Apr 2015 14:17:41 +0000 (23:17 +0900)]
[VM][FM7] Fix memory leak.Thanks Takeda-San!
[VM][FM77AV] Add extra ram (64K). If you wish to use this, set bit1 of config.dipswitch.
             UI implementaition will do later.

9 years ago[General][FM7] Fix weird prefix "0b". This disables compiling on M$ VC (2008 or earli...
K.Ohta [Fri, 3 Apr 2015 13:35:25 +0000 (22:35 +0900)]
[General][FM7] Fix weird prefix "0b". This disables compiling on M$ VC (2008 or earlier?) .
[VM][FM77AV] Fix real time key input.

9 years ago[VM][FM77AV] Implement RTC.
K.Ohta [Thu, 2 Apr 2015 13:32:07 +0000 (22:32 +0900)]
[VM][FM77AV] Implement RTC.
[VM][FM77AV] Reset keymode to standard ("FM-7") when reset.

9 years ago[VM][FM77AV][MB61VH010][ALU] ALU: Fix address handling correctness.
K.Ohta [Thu, 2 Apr 2015 12:36:54 +0000 (21:36 +0900)]
[VM][FM77AV][MB61VH010][ALU] ALU: Fix address handling correctness.

9 years ago[VM][FM77AV][ALU] Write correct line, aritmetic per dot.
K.Ohta [Thu, 2 Apr 2015 11:20:38 +0000 (20:20 +0900)]
[VM][FM77AV][ALU] Write correct line, aritmetic per dot.

9 years ago[VM][FM7][KEYBOARD][WIP] Implementeing real-time scan mode.
K.Ohta [Thu, 2 Apr 2015 09:21:00 +0000 (18:21 +0900)]
[VM][FM7][KEYBOARD][WIP] Implementeing real-time scan mode.

9 years ago[VM][FM7] Rename FMALU -> MB61VH010 .
K.Ohta [Wed, 1 Apr 2015 23:16:24 +0000 (08:16 +0900)]
[VM][FM7] Rename FMALU -> MB61VH010 .

9 years ago[VM][FM77AV][DISPLAY] VRAM : Use alu before read/write , if enabled.
K.Ohta [Wed, 1 Apr 2015 22:22:46 +0000 (07:22 +0900)]
[VM][FM77AV][DISPLAY] VRAM : Use alu before read/write , if enabled.

9 years ago[VM][DISPLAY][FM77AV] 4096 colors mode: Fix color order.
K.Ohta [Wed, 1 Apr 2015 22:02:30 +0000 (07:02 +0900)]
[VM][DISPLAY][FM77AV] 4096 colors mode: Fix color order.

9 years ago[VM][FM77AV] Do offset register per bank.
K.Ohta [Wed, 1 Apr 2015 20:34:39 +0000 (05:34 +0900)]
[VM][FM77AV] Do offset register per bank.

9 years ago[VM][FM77AV][DISPLAY] Fix correct scroll on 640x200@8color and FM-7
K.Ohta [Wed, 1 Apr 2015 19:39:16 +0000 (04:39 +0900)]
[VM][FM77AV][DISPLAY] Fix correct scroll on 640x200@8color and FM-7
compatible mode.

9 years ago[VM][FM77AV] Run initiator rom once, do not run when pressed reset button.
K.Ohta [Wed, 1 Apr 2015 18:42:52 +0000 (03:42 +0900)]
[VM][FM77AV] Run initiator rom once, do not run when pressed reset button.

9 years ago[VM][FM77AV] Fix boot sequence:
K.Ohta [Wed, 1 Apr 2015 18:07:10 +0000 (03:07 +0900)]
[VM][FM77AV] Fix boot sequence:
* If statoe of initiator rom  whether enabled/disabled, mainmem->reset().
* Patch boot_ram[0x1fe][1ff] = 'fe 00'.

9 years ago[VM][FM7][FM77AV] Build only FM7 supports, again.
K.Ohta [Wed, 1 Apr 2015 16:13:40 +0000 (01:13 +0900)]
[VM][FM7][FM77AV] Build only FM7 supports, again.

9 years ago[VM][FM77AV] SUBROM : Fix not loading SUBROM_A.
K.Ohta [Wed, 1 Apr 2015 15:17:20 +0000 (00:17 +0900)]
[VM][FM77AV] SUBROM : Fix not loading SUBROM_A.

9 years ago[WIP][VM][FM77AV] Implement are
K.Ohta [Tue, 31 Mar 2015 06:57:44 +0000 (15:57 +0900)]
[WIP][VM][FM77AV] Implement are

9 years ago[FM7][WIP][ALU] FM77AV:
K.Ohta [Mon, 30 Mar 2015 21:59:40 +0000 (06:59 +0900)]
[FM7][WIP][ALU] FM77AV:

9 years ago[VM][FM7] 77AV : ALU. WIP.
K.Ohta [Mon, 30 Mar 2015 20:19:03 +0000 (05:19 +0900)]
[VM][FM7] 77AV : ALU. WIP.

9 years ago[VM][FM77AV][WIP] Implementing subsystem and mmr, WIP.
K.Ohta [Mon, 30 Mar 2015 05:24:13 +0000 (14:24 +0900)]
[VM][FM77AV][WIP] Implementing subsystem and mmr, WIP.

9 years ago[VM][FM77AV] Initial build.Some of FM7's softwares (not for 77AV or later) are working.
K.Ohta [Mon, 30 Mar 2015 03:01:11 +0000 (12:01 +0900)]
[VM][FM77AV] Initial build.Some of FM7's softwares (not for 77AV or later) are working.

9 years ago[DOC][Qt] Update suppoted machines.
K.Ohta [Sun, 29 Mar 2015 17:27:15 +0000 (02:27 +0900)]
[DOC][Qt] Update suppoted machines.

9 years ago[VM][General][Qt] Add FM-R50.
K.Ohta [Sun, 29 Mar 2015 17:17:51 +0000 (02:17 +0900)]
[VM][General][Qt] Add FM-R50.

9 years ago[VM][Qt] Add FM16PI.
K.Ohta [Sun, 29 Mar 2015 16:43:39 +0000 (01:43 +0900)]
[VM][Qt] Add FM16PI.

9 years ago[VM][General][Qt] Add Sega GameGear and Master System.
K.Ohta [Sun, 29 Mar 2015 14:46:42 +0000 (23:46 +0900)]
[VM][General][Qt] Add Sega GameGear and Master System.

9 years ago[General][Qt] Document: Update supported list.
K.Ohta [Sun, 29 Mar 2015 14:00:14 +0000 (23:00 +0900)]
[General][Qt] Document: Update supported list.

9 years ago[UI][Qt] Add support to load/save binary file.
K.Ohta [Sun, 29 Mar 2015 13:56:49 +0000 (22:56 +0900)]
[UI][Qt] Add support to load/save binary file.
[Qt][General] Add support to build for TK-80 BS.

9 years ago[VM][TK80BS][Qt] Add tk80bs.
K.Ohta [Sun, 29 Mar 2015 12:04:36 +0000 (21:04 +0900)]
[VM][TK80BS][Qt] Add tk80bs.

9 years ago[BUILD][FP1100] Add forgotten commited file.
K.Ohta [Sun, 29 Mar 2015 11:48:21 +0000 (20:48 +0900)]
[BUILD][FP1100] Add forgotten commited file.

9 years ago[General][Qt] Enable to build even not support counter of CMT.
K.Ohta [Sun, 29 Mar 2015 11:46:56 +0000 (20:46 +0900)]
[General][Qt] Enable to build even not support counter of CMT.
[General][Qt] Add Casio FP1100.
[General][Qt][FM7] Fix bug of soundcard selection.

9 years ago[UI][MSX][Qt] Add support floppies.
K.Ohta [Sun, 29 Mar 2015 11:13:38 +0000 (20:13 +0900)]
[UI][MSX][Qt] Add support floppies.

9 years ago[UI][Qt] Build even not supported write protection of FDs.
K.Ohta [Sun, 29 Mar 2015 11:13:03 +0000 (20:13 +0900)]
[UI][Qt] Build even not supported write protection of FDs.

9 years ago[VM][MSX2][Qt] Add min() function for v99x8, build without Visual Studio.
K.Ohta [Sun, 29 Mar 2015 10:20:52 +0000 (19:20 +0900)]
[VM][MSX2][Qt] Add min() function for v99x8, build without Visual Studio.

9 years ago[General][Qt] Merge upstream 2015-03-28.
K.Ohta [Sun, 29 Mar 2015 10:07:08 +0000 (19:07 +0900)]
[General][Qt] Merge upstream 2015-03-28.

9 years ago[Doc][Qt] Delete contaminated text.
K.Ohta [Sun, 29 Mar 2015 09:20:58 +0000 (18:20 +0900)]
[Doc][Qt] Delete contaminated text.

9 years ago[Qoc][Qt] I found more typo ('A)
K.Ohta [Sun, 29 Mar 2015 09:16:08 +0000 (18:16 +0900)]
[Qoc][Qt] I found more typo ('A)

9 years ago[Doc][Qt] I forgot needs OpenGL (>_<)
K.Ohta [Sun, 29 Mar 2015 09:14:50 +0000 (18:14 +0900)]
[Doc][Qt] I forgot needs OpenGL (>_<)

9 years ago[DOC][Qt] Add "4.Qt specified notice:" .
K.Ohta [Sun, 29 Mar 2015 09:12:30 +0000 (18:12 +0900)]
[DOC][Qt] Add "4.Qt specified notice:" .

9 years ago[DOC][Qt] Fix some typos (^_^;
K.Ohta [Sun, 29 Mar 2015 09:07:53 +0000 (18:07 +0900)]
[DOC][Qt] Fix some typos (^_^;

9 years ago[Qt][FM7][DOC] Fix some weird riterals
K.Ohta [Sun, 29 Mar 2015 09:05:09 +0000 (18:05 +0900)]
[Qt][FM7][DOC] Fix some weird riterals

9 years ago[General][Document] Add documentations from ME.
K.Ohta [Sun, 29 Mar 2015 09:00:24 +0000 (18:00 +0900)]
[General][Document] Add documentations from ME.

9 years ago[WIP][VM][FM7] FM77AV : Temporally implement ALU / LINE.
K.Ohta [Sat, 28 Mar 2015 13:21:37 +0000 (22:21 +0900)]
[WIP][VM][FM7] FM77AV : Temporally implement ALU / LINE.

9 years ago[VM][FM7][WIP] FM77AV: Implementing ALU.
K.Ohta [Sat, 28 Mar 2015 01:07:48 +0000 (10:07 +0900)]
[VM][FM7][WIP] FM77AV: Implementing ALU.

9 years ago[VM][FM7] Not sparsed GVRAM.
K.Ohta [Fri, 27 Mar 2015 21:44:16 +0000 (06:44 +0900)]
[VM][FM7] Not sparsed GVRAM.

9 years ago[DISK][MB8877] Write Track: Trim buffer per write.
K.Ohta [Mon, 23 Mar 2015 15:42:17 +0000 (00:42 +0900)]
[DISK][MB8877] Write Track: Trim buffer per write.

9 years ago[VM][FM7][SOUND] OPN: Clear data-register when accessing prescaler(s).
K.Ohta [Sat, 21 Mar 2015 11:52:54 +0000 (20:52 +0900)]
[VM][FM7][SOUND] OPN: Clear data-register when accessing prescaler(s).

9 years ago[VM][MC6809][MB8877] Comment out debug printouts.
K.Ohta [Sat, 21 Mar 2015 10:47:16 +0000 (19:47 +0900)]
[VM][MC6809][MB8877] Comment out debug printouts.

9 years ago[VM][FM7][SUBSYSTEM] MAINIO: Get busy flag from display directly.WORKING 1942.
K.Ohta [Sat, 21 Mar 2015 10:46:06 +0000 (19:46 +0900)]
[VM][FM7][SUBSYSTEM] MAINIO: Get busy flag from display directly.WORKING 1942.

9 years ago[VM][FM7][WIP] Floppy: Embed debugging codes to work 1942.
K.Ohta [Fri, 20 Mar 2015 21:01:57 +0000 (06:01 +0900)]
[VM][FM7][WIP] Floppy: Embed debugging codes to work 1942.

9 years ago[VM][FDC][MB8877] D77/D88 : Make dummy track data when seeking to un format track.
K.Ohta [Fri, 20 Mar 2015 17:26:24 +0000 (02:26 +0900)]
[VM][FDC][MB8877] D77/D88 : Make dummy track data when seeking to un format track.

9 years ago[WIP][VM][FM7] Check heavily when using OS-9 L1.
K.Ohta [Thu, 19 Mar 2015 23:00:42 +0000 (08:00 +0900)]
[WIP][VM][FM7] Check heavily when using OS-9 L1.

9 years ago[VM][FM7][SOUND][OPN] WIP: Fixing CSM mode is not working.
K.Ohta [Thu, 19 Mar 2015 19:40:34 +0000 (04:40 +0900)]
[VM][FM7][SOUND][OPN] WIP: Fixing CSM mode is not working.

9 years ago[VM][FM7][MAINIO] Fix IRQ handling ; I was wrong (;´Д`)
K.Ohta [Thu, 19 Mar 2015 18:00:33 +0000 (03:00 +0900)]
[VM][FM7][MAINIO] Fix IRQ handling ; I was wrong (;´Д`)

9 years ago[VM][FM7][FDC] Bug: Fix flags correctness.
K.Ohta [Thu, 19 Mar 2015 13:12:19 +0000 (22:12 +0900)]
[VM][FM7][FDC] Bug: Fix flags correctness.

9 years ago[VM][DISK] Not set crc-error at sector_data[0x0a] == 0x00 or 0x10, this is temporally...
K.Ohta [Thu, 19 Mar 2015 13:10:47 +0000 (22:10 +0900)]
[VM][DISK] Not set crc-error at sector_data[0x0a] == 0x00 or 0x10, this is temporally work around.

9 years ago[VM][FM7][MAINIO] Split around sound, floppy to separate file.
K.Ohta [Thu, 19 Mar 2015 12:27:18 +0000 (21:27 +0900)]
[VM][FM7][MAINIO] Split around sound, floppy to separate file.

9 years ago[VM][FM7] WIP: Trying to fix unreadable some D77 images.
K.Ohta [Thu, 19 Mar 2015 06:24:17 +0000 (15:24 +0900)]
[VM][FM7] WIP: Trying to fix unreadable some D77 images.

9 years ago[VM][HC20][Qt] memory.cpp : Implement lacked function : min().
K.Ohta [Thu, 19 Mar 2015 06:23:19 +0000 (15:23 +0900)]
[VM][HC20][Qt] memory.cpp : Implement lacked function : min().

9 years ago[Build][General][FM7] Using beep instead of pcm1bit.
K.Ohta [Wed, 18 Mar 2015 08:26:03 +0000 (17:26 +0900)]
[Build][General][FM7] Using beep instead of pcm1bit.

9 years ago[VM][FM7] Using logger.
K.Ohta [Wed, 18 Mar 2015 07:50:14 +0000 (16:50 +0900)]
[VM][FM7] Using logger.

9 years ago[General][Qt] Use AGAR_LoggerFoo() to log messages.
K.Ohta [Wed, 18 Mar 2015 07:35:53 +0000 (16:35 +0900)]
[General][Qt] Use AGAR_LoggerFoo() to log messages.

9 years ago[VM][FM7] MainIO : Fix interrupt registers ($FD03) ワーイヽ(゚∀゚)メ(゚∀゚)メ(゚∀゚)ノワーイ
K.Ohta [Wed, 18 Mar 2015 06:33:44 +0000 (15:33 +0900)]
[VM][FM7] MainIO : Fix interrupt registers ($FD03) ワーイヽ(゚∀゚)メ(゚∀゚)メ(゚∀゚)ノワーイ

9 years ago[VM][MC6809] I merged forgotten save_state/load_state X-)
K.Ohta [Wed, 18 Mar 2015 06:01:32 +0000 (15:01 +0900)]
[VM][MC6809] I merged forgotten save_state/load_state X-)

9 years ago[General][Qt] Merge upstream 2015-03-15.
K.Ohta [Wed, 18 Mar 2015 05:51:04 +0000 (14:51 +0900)]
[General][Qt] Merge upstream 2015-03-15.

9 years ago[WIP]
K.Ohta [Tue, 17 Mar 2015 20:51:57 +0000 (05:51 +0900)]
[WIP]

9 years ago[WIP][MC6809] Trim indents.
K.Ohta [Tue, 17 Mar 2015 20:51:28 +0000 (05:51 +0900)]
[WIP][MC6809] Trim indents.

9 years ago[VM][MC6809] Fix clear of irq/firq on new interrupt checker.
K.Ohta [Tue, 17 Mar 2015 19:50:44 +0000 (04:50 +0900)]
[VM][MC6809] Fix clear of irq/firq on new interrupt checker.

9 years ago[VM][MC6809] IRQ HANDLING : Import from XM7/SDL.
K.Ohta [Tue, 17 Mar 2015 19:34:15 +0000 (04:34 +0900)]
[VM][MC6809] IRQ HANDLING : Import from XM7/SDL.

9 years ago[VM][MC6809] Import XM7/SDL's instruction routines (m6809ops.h / m6809tbl.h)to mc6809...
K.Ohta [Tue, 17 Mar 2015 19:13:31 +0000 (04:13 +0900)]
[VM][MC6809] Import XM7/SDL's instruction routines (m6809ops.h / m6809tbl.h)to mc6809.cpp.
[VM][MC6809] Separate some definitions to mc6809_consts.h

9 years ago[VM][FM7][WIP][PSG] Fixing not sound on PLAY statement.
K.Ohta [Tue, 17 Mar 2015 16:45:53 +0000 (01:45 +0900)]
[VM][FM7][WIP][PSG] Fixing not sound on PLAY statement.

9 years ago[VM][FM7][WIP] MainIO: Fixing around interrupts.
K.Ohta [Tue, 17 Mar 2015 13:02:06 +0000 (22:02 +0900)]
[VM][FM7][WIP] MainIO: Fixing around interrupts.

9 years ago[VM][FM7]MainIO : NEVER change irq flags when masked keyboard irq.
K.Ohta [Tue, 17 Mar 2015 09:54:05 +0000 (18:54 +0900)]
[VM][FM7]MainIO : NEVER change irq flags when masked keyboard irq.

9 years ago[VM][FM7][WIP] Fixing some softwares (i.e.Sonic BOOM) were frozen with cyclesteal...
K.Ohta [Mon, 16 Mar 2015 18:08:43 +0000 (03:08 +0900)]
[VM][FM7][WIP] Fixing some softwares (i.e.Sonic BOOM) were frozen with cyclesteal = off.

9 years ago[VM][FM7][DISPLAY] Apply befor MC6809's changing.
K.Ohta [Mon, 16 Mar 2015 14:20:12 +0000 (23:20 +0900)]
[VM][FM7][DISPLAY] Apply befor MC6809's changing.

9 years ago[VM][MC6809] Do not clear interrupt automatically, excepts NMI.
K.Ohta [Mon, 16 Mar 2015 14:07:17 +0000 (23:07 +0900)]
[VM][MC6809] Do not clear interrupt automatically, excepts NMI.

9 years ago[VM][FM7] SUBSYSTEM/DISPLAY : Add clr()_foo features to clear any bus.
K.Ohta [Mon, 16 Mar 2015 13:02:00 +0000 (22:02 +0900)]
[VM][FM7] SUBSYSTEM/DISPLAY : Add clr()_foo features to clear any bus.

9 years ago[FM7][DISPLAY] Force SYNC submemory and mainmemory to SUBCPU.
K.Ohta [Mon, 16 Mar 2015 10:48:33 +0000 (19:48 +0900)]
[FM7][DISPLAY] Force SYNC submemory and mainmemory to SUBCPU.

9 years ago[VM][FM7][MC6809] Add BUSLINE determines MPU is (not) halted.
K.Ohta [Mon, 16 Mar 2015 10:34:57 +0000 (19:34 +0900)]
[VM][FM7][MC6809] Add BUSLINE determines MPU is (not) halted.

9 years ago[VM][FM7] WIP: Implementing correct subsystem, yet.
K.Ohta [Sun, 15 Mar 2015 21:00:52 +0000 (06:00 +0900)]
[VM][FM7] WIP: Implementing correct subsystem, yet.

9 years ago[VM][FM7] WIP: Implementing correct subsystem.
K.Ohta [Sun, 15 Mar 2015 19:44:31 +0000 (04:44 +0900)]
[VM][FM7] WIP: Implementing correct subsystem.

9 years ago[VM][FM7][DISPLAY] Correct halt of SUBCPU.
K.Ohta [Sun, 15 Mar 2015 17:48:08 +0000 (02:48 +0900)]
[VM][FM7][DISPLAY] Correct halt of SUBCPU.

9 years ago[VM][MC6809] Re-implement correct BUSREQ.
K.Ohta [Sun, 15 Mar 2015 17:47:39 +0000 (02:47 +0900)]
[VM][MC6809] Re-implement correct BUSREQ.

9 years ago[VM][MC6809] Fix wrong MUL instruction.Re-Enter.
K.Ohta [Fri, 13 Mar 2015 14:28:09 +0000 (23:28 +0900)]
[VM][MC6809] Fix wrong MUL instruction.Re-Enter.

Conflicts:
source/src/vm/mc6809.cpp
source/src/vm/mc6809.h

9 years ago[VM][6809][WIP]
K.Ohta [Sun, 15 Mar 2015 15:11:09 +0000 (00:11 +0900)]
[VM][6809][WIP]

9 years ago[VM][MC6809] Improve implements.
K.Ohta [Sun, 15 Mar 2015 14:28:45 +0000 (23:28 +0900)]
[VM][MC6809] Improve implements.

9 years ago[VM][MC6809] Clear H flag on SUB/SBC.
K.Ohta [Sun, 15 Mar 2015 06:19:03 +0000 (15:19 +0900)]
[VM][MC6809] Clear H flag on SUB/SBC.
[VM][MC6809] Using SET_HNZVC on any insns.

9 years ago[FM7][DISPLAY] Fix not resetting multi-page after reset().
K.Ohta [Sun, 15 Mar 2015 04:35:34 +0000 (13:35 +0900)]
[FM7][DISPLAY] Fix not resetting multi-page after reset().

9 years ago[VM][MC6809] Fixing some instructions. Sounds RELICS, not sound play instruction.
K.Ohta [Sun, 15 Mar 2015 04:28:17 +0000 (13:28 +0900)]
[VM][MC6809] Fixing some instructions. Sounds RELICS, not sound play instruction.

9 years ago[VM][MC6809] Implement faster index addressing postbyte.
K.Ohta [Sat, 14 Mar 2015 02:40:39 +0000 (11:40 +0900)]
[VM][MC6809] Implement faster index addressing postbyte.

9 years ago[VM][MC6809] Faster interpret instructions.
K.Ohta [Fri, 13 Mar 2015 19:25:21 +0000 (04:25 +0900)]
[VM][MC6809] Faster interpret instructions.

9 years ago[VM][MC6809] Remove volatile definition.
K.Ohta [Fri, 13 Mar 2015 17:57:14 +0000 (02:57 +0900)]
[VM][MC6809] Remove volatile definition.

9 years ago[VM][FM7] Display : ON demand drawing.
K.Ohta [Fri, 13 Mar 2015 17:56:31 +0000 (02:56 +0900)]
[VM][FM7] Display : ON demand drawing.
[General][Build][FM7] Ready to build with llvm clang.

9 years ago[VM][MC6809] Clear all registers on reset.
K.Ohta [Fri, 13 Mar 2015 17:12:09 +0000 (02:12 +0900)]
[VM][MC6809] Clear all registers on reset.