MAMEWorld >> Programming
Previous thread Previous  View all threads Index   Next thread Next   Flat Mode Flat  

sntest
MAME Fan
Reged: 02/19/12
Posts: 1
Send PM
How to get correct m68000 opcodes from C#?
11/04/12 04:55 AM Attachment: code2.rar 548 KB (5 downloads)


I found a C# m68000 emulator: BizHawk. But there are error opcodes in it. I want to find correct m68000 C# code. Help me.
See following:
index mame opcode BizHawk opcode
0000 m68k_op_ori_8_d ORI
0001 m68k_op_ori_8_d ORI
0002 m68k_op_ori_8_d ORI
0003 m68k_op_ori_8_d ORI
0004 m68k_op_ori_8_d ORI
0005 m68k_op_ori_8_d ORI
0006 m68k_op_ori_8_d ORI
0007 m68k_op_ori_8_d ORI
0008 m68k_op_illegal ORI
0009 m68k_op_illegal ORI
000A m68k_op_illegal ORI
000B m68k_op_illegal ORI
000C m68k_op_illegal ORI
000D m68k_op_illegal ORI
000E m68k_op_illegal ORI
000F m68k_op_illegal ORI
4E70 m68k_op_reset null
4E71 m68k_op_nop NOP
4E72 m68k_op_stop null
4E73 m68k_op_rte_32 RTE
4E74 m68k_op_rtd_32 null
4E75 m68k_op_rts_32 RTS







Entire thread
Subject Posted by Posted on
* How to get correct m68000 opcodes from C#? sntest 11/04/12 04:55 AM
. * Re: How to get correct m68000 opcodes from C#? R. Belmont  11/05/12 05:54 AM

Extra information Permissions
Moderator:  Pi 
0 registered and 58 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 3089