-
Notifications
You must be signed in to change notification settings - Fork 4
Issues: LakshyAAAgrawal/chip8emu
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Add Scripting capibilties. The user could be provided with various call hooks for specific sys calls or experiment with their own meanings of sys calls
#31
opened Oct 18, 2020 by
LakshyAAAgrawal
updated Oct 18, 2020
Add a way to save the exact program state into a binary file that can be loaded back
#30
opened Oct 18, 2020 by
LakshyAAAgrawal
updated Oct 18, 2020
Implement an option to zoom in(Draw 2x2 pixels or more)
good first issue
Good for newcomers
hacktoberfest
interface
#27
opened Oct 16, 2020 by
LakshyAAAgrawal
updated Oct 18, 2020
Add a way to browse the available ROMs in the roms/ directory
hacktoberfest
interface
#22
opened Oct 15, 2020 by
LakshyAAAgrawal
updated Oct 18, 2020
Add an option(either in interface or as CLI arg) to disable the display of Machine state
hacktoberfest
interface
#18
opened Oct 14, 2020 by
LakshyAAAgrawal
updated Oct 18, 2020
Add compatibility mode for load and store instructions fx55 and fx65 to change Index Pointer
good first issue
Good for newcomers
hacktoberfest
interface
#7
opened Oct 13, 2020 by
LakshyAAAgrawal
updated Oct 18, 2020
Add option to set cycle-rate of CPU-loop
good first issue
Good for newcomers
hacktoberfest
interface
#2
opened Oct 13, 2020 by
LakshyAAAgrawal
updated Oct 18, 2020
Write a testing module and then write tests
good first issue
Good for newcomers
hacktoberfest
#24
opened Oct 15, 2020 by
LakshyAAAgrawal
updated Oct 18, 2020
Extension of CHIP/SCHIP/XOCHIP supporting a networking stack!
#29
opened Oct 18, 2020 by
LakshyAAAgrawal
updated Oct 18, 2020
On detecting an unknown opcode, the emulators exits using "exit" which doesnt restore terminal to original state.
bug
Something isn't working
good first issue
Good for newcomers
hacktoberfest
#16
opened Oct 14, 2020 by
LakshyAAAgrawal
updated Oct 17, 2020
Pressing 'l' for exiting the machine does not work when the program is executing instruction 0xFx0A(wait and get keypress)
bug
Something isn't working
hacktoberfest
#15
opened Oct 14, 2020 by
LakshyAAAgrawal
updated Oct 17, 2020
Explore ways to port this to Arduino board
#25
opened Oct 16, 2020 by
LakshyAAAgrawal
updated Oct 16, 2020
Determine the specification that an unknown opcode belongs and display to the user.
good first issue
Good for newcomers
hacktoberfest
#21
opened Oct 15, 2020 by
LakshyAAAgrawal
updated Oct 15, 2020
Separate or clearly mark SCHIP Roms from CHIP-8 roms in the roms directory
good first issue
Good for newcomers
hacktoberfest
#14
opened Oct 14, 2020 by
LakshyAAAgrawal
updated Oct 15, 2020
Add support for XOCHIP specification
hacktoberfest
#20
opened Oct 15, 2020 by
LakshyAAAgrawal
updated Oct 15, 2020
Add CHIP-8 ROMs names to README file
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
hacktoberfest
#17
opened Oct 14, 2020 by
LakshyAAAgrawal
updated Oct 15, 2020
Add Android(or cross platform mobile) support
hacktoberfest
#12
opened Oct 13, 2020 by
LakshyAAAgrawal
updated Oct 15, 2020
Add SDL based Graphics mode
hacktoberfest
#11
opened Oct 13, 2020 by
LakshyAAAgrawal
updated Oct 15, 2020
Add ncurses based Graphics mode
hacktoberfest
#10
opened Oct 13, 2020 by
LakshyAAAgrawal
updated Oct 15, 2020
In the display program state, fix the width of all values so that the screen doesnt flicker when length differs
good first issue
Good for newcomers
hacktoberfest
#8
opened Oct 13, 2020 by
LakshyAAAgrawal
updated Oct 15, 2020
Separate Keyboard and GraphicEngine classes into interface-implementation pair
hacktoberfest
#6
opened Oct 13, 2020 by
LakshyAAAgrawal
updated Oct 15, 2020
Add support for sound playback as per specification
good first issue
Good for newcomers
hacktoberfest
#4
opened Oct 13, 2020 by
LakshyAAAgrawal
updated Oct 15, 2020
Add support for SCHIP-48 instructions
hacktoberfest
#3
opened Oct 13, 2020 by
LakshyAAAgrawal
updated Oct 15, 2020
ProTip!
Exclude everything labeled
bug
with -label:bug.