Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate gbit framework for instruction testing #10

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Rsysz
Copy link
Contributor

@Rsysz Rsysz commented Jan 5, 2021

waiting for review and modify ~

Copy link
Contributor

@jserv jserv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Revise the subject to reflect what you tend to work on.

Makefile Outdated Show resolved Hide resolved
cpu.c Outdated Show resolved Hide resolved
bench.c Outdated Show resolved Hide resolved
bench.c Outdated Show resolved Hide resolved
bench.c Outdated Show resolved Hide resolved
bench.c Outdated Show resolved Hide resolved
bench.c Outdated Show resolved Hide resolved
gameboy.h Outdated Show resolved Hide resolved
@Rsysz Rsysz force-pushed the AddInstructionTester branch 2 times, most recently from c4cb112 to 193508b Compare January 6, 2021 16:39
@jserv jserv changed the title Add submodule gbit for gbz80 instruction test Integrate gbit framework for instruction testing Jan 7, 2021
Makefile Outdated Show resolved Hide resolved
bench.c Outdated Show resolved Hide resolved
cpu.c Outdated Show resolved Hide resolved
gameboy.h Outdated Show resolved Hide resolved
cpu.c Show resolved Hide resolved
bench.c Outdated Show resolved Hide resolved
@Rsysz Rsysz closed this Jan 7, 2021
@Rsysz Rsysz reopened this Jan 7, 2021
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
@Rsysz Rsysz force-pushed the AddInstructionTester branch 2 times, most recently from 1e4a95a to 2ad17e3 Compare January 8, 2021 04:22
Makefile Outdated Show resolved Hide resolved
cpu.c Outdated Show resolved Hide resolved
cpu.c Show resolved Hide resolved
gameboy.h Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
bench.c Outdated Show resolved Hide resolved
bench.c Outdated Show resolved Hide resolved
bench.c Outdated Show resolved Hide resolved
bench.c Outdated Show resolved Hide resolved
@Rsysz
Copy link
Contributor Author

Rsysz commented Jan 14, 2021

Done?

return 0xFF;
if (addr < instruction_mem_size)
return instruction_mem[addr];
return 0xaa;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why 0xaa? You have to explain.

Makefile Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants