Skip to content

Commit

Permalink
Stuff from old laptop
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasvl committed Sep 25, 2023
1 parent 39010ee commit f1035a2
Show file tree
Hide file tree
Showing 3 changed files with 229 additions and 141 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ categories = ["emulators"]
fastrand = "1.5"
itertools = "0.10"
octopt = "1.0"
ux = "0.1.5"
decasm = { path = "../decasm", version = "*" }
1 change: 1 addition & 0 deletions src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ pub struct Display {

impl Display {
/// Create a new CHIP-8 display.
#[must_use]
pub fn new() -> Display {
Display {
display: [[0; 128]; 64],
Expand Down
Loading

0 comments on commit f1035a2

Please sign in to comment.