mirror of
https://github.com/LegitCamper/picocalc-os-rs.git
synced 2025-12-27 15:55:25 +00:00
Compare commits
9 Commits
audio-driv
...
d17c3de72f
| Author | SHA1 | Date | |
|---|---|---|---|
| d17c3de72f | |||
| ce48dde824 | |||
| b1a0351399 | |||
| 35d9cd092d | |||
| f7a0562625 | |||
| 026a5f2404 | |||
| 56d5f02907 | |||
| e966763fed | |||
| 957189cd0b |
121
Cargo.lock
generated
121
Cargo.lock
generated
@@ -131,6 +131,26 @@ version = "0.13.1"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "bindgen"
|
||||||
|
version = "0.71.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
|
||||||
|
dependencies = [
|
||||||
|
"bitflags 2.10.0",
|
||||||
|
"cexpr",
|
||||||
|
"clang-sys",
|
||||||
|
"itertools 0.10.5",
|
||||||
|
"log",
|
||||||
|
"prettyplease",
|
||||||
|
"proc-macro2",
|
||||||
|
"quote",
|
||||||
|
"regex",
|
||||||
|
"rustc-hash",
|
||||||
|
"shlex",
|
||||||
|
"syn 2.0.110",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bit-set"
|
name = "bit-set"
|
||||||
version = "0.5.3"
|
version = "0.5.3"
|
||||||
@@ -267,12 +287,42 @@ dependencies = [
|
|||||||
"toml",
|
"toml",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "cc"
|
||||||
|
version = "1.2.44"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "37521ac7aabe3d13122dc382493e20c9416f299d2ccd5b3a5340a2570cdeb0f3"
|
||||||
|
dependencies = [
|
||||||
|
"find-msvc-tools",
|
||||||
|
"shlex",
|
||||||
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "cexpr"
|
||||||
|
version = "0.6.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
||||||
|
dependencies = [
|
||||||
|
"nom",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "cfg-if"
|
name = "cfg-if"
|
||||||
version = "1.0.4"
|
version = "1.0.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "clang-sys"
|
||||||
|
version = "1.8.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
||||||
|
dependencies = [
|
||||||
|
"glob",
|
||||||
|
"libc",
|
||||||
|
"libloading",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "clap"
|
name = "clap"
|
||||||
version = "3.2.25"
|
version = "3.2.25"
|
||||||
@@ -1090,6 +1140,12 @@ version = "2.3.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "find-msvc-tools"
|
||||||
|
version = "0.1.4"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "fixed"
|
name = "fixed"
|
||||||
version = "1.29.0"
|
version = "1.29.0"
|
||||||
@@ -1227,6 +1283,17 @@ dependencies = [
|
|||||||
"tinybmp",
|
"tinybmp",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "gboy"
|
||||||
|
version = "0.1.0"
|
||||||
|
dependencies = [
|
||||||
|
"abi",
|
||||||
|
"bindgen",
|
||||||
|
"cc",
|
||||||
|
"embedded-graphics",
|
||||||
|
"selection_ui",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "generic-array"
|
name = "generic-array"
|
||||||
version = "0.14.9"
|
version = "0.14.9"
|
||||||
@@ -1270,6 +1337,12 @@ dependencies = [
|
|||||||
"tinygif",
|
"tinygif",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "glob"
|
||||||
|
version = "0.3.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "goblin"
|
name = "goblin"
|
||||||
version = "0.10.3"
|
version = "0.10.3"
|
||||||
@@ -1560,6 +1633,16 @@ version = "0.2.177"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "libloading"
|
||||||
|
version = "0.8.9"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
||||||
|
dependencies = [
|
||||||
|
"cfg-if",
|
||||||
|
"windows-link",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libredox"
|
name = "libredox"
|
||||||
version = "0.1.10"
|
version = "0.1.10"
|
||||||
@@ -1615,6 +1698,12 @@ version = "2.1.0"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c3c8dda44ff03a2f238717214da50f65d5a53b45cd213a7370424ffdb6fae815"
|
checksum = "c3c8dda44ff03a2f238717214da50f65d5a53b45cd213a7370424ffdb6fae815"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "minimal-lexical"
|
||||||
|
version = "0.2.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "nb"
|
name = "nb"
|
||||||
version = "0.1.3"
|
version = "0.1.3"
|
||||||
@@ -1636,6 +1725,16 @@ version = "1.0.6"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "nom"
|
||||||
|
version = "7.1.3"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
||||||
|
dependencies = [
|
||||||
|
"memchr",
|
||||||
|
"minimal-lexical",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "num-traits"
|
name = "num-traits"
|
||||||
version = "0.2.19"
|
version = "0.2.19"
|
||||||
@@ -1899,6 +1998,16 @@ version = "0.1.1"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "prettyplease"
|
||||||
|
version = "0.2.36"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2"
|
||||||
|
dependencies = [
|
||||||
|
"proc-macro2",
|
||||||
|
"syn 2.0.110",
|
||||||
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "proc-macro-error"
|
name = "proc-macro-error"
|
||||||
version = "1.0.4"
|
version = "1.0.4"
|
||||||
@@ -2088,6 +2197,12 @@ dependencies = [
|
|||||||
"crc-any",
|
"crc-any",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "rustc-hash"
|
||||||
|
version = "2.1.1"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rustc_version"
|
name = "rustc_version"
|
||||||
version = "0.2.3"
|
version = "0.2.3"
|
||||||
@@ -2227,6 +2342,12 @@ dependencies = [
|
|||||||
"keccak",
|
"keccak",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "shlex"
|
||||||
|
version = "1.3.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "siphasher"
|
name = "siphasher"
|
||||||
version = "1.0.1"
|
version = "1.0.1"
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ members = [
|
|||||||
"user-apps/snake",
|
"user-apps/snake",
|
||||||
"user-apps/gallery",
|
"user-apps/gallery",
|
||||||
"user-apps/gif",
|
"user-apps/gif",
|
||||||
|
"user-apps/gboy",
|
||||||
]
|
]
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
|||||||
1
justfile
1
justfile
@@ -39,6 +39,7 @@ userapps: cbindgen
|
|||||||
just userapp snake
|
just userapp snake
|
||||||
just userapp gallery
|
just userapp gallery
|
||||||
just userapp gif
|
just userapp gif
|
||||||
|
just userapp gboy
|
||||||
|
|
||||||
copy-userapp app:
|
copy-userapp app:
|
||||||
cp ./target/thumbv8m.main-none-eabihf/release-binary/{{app}} /run/media/$(whoami)/PICOCALC/{{app}}.bin
|
cp ./target/thumbv8m.main-none-eabihf/release-binary/{{app}} /run/media/$(whoami)/PICOCALC/{{app}}.bin
|
||||||
|
|||||||
13
user-apps/gboy/Cargo.toml
Normal file
13
user-apps/gboy/Cargo.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
[package]
|
||||||
|
name = "gboy"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2024"
|
||||||
|
|
||||||
|
[build-dependencies]
|
||||||
|
bindgen = "0.71.0"
|
||||||
|
cc = "1.2.44"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
abi = { path = "../../abi" }
|
||||||
|
selection_ui = { path = "../../selection_ui" }
|
||||||
|
embedded-graphics = "0.8.1"
|
||||||
1
user-apps/gboy/Peanut-GB
Submodule
1
user-apps/gboy/Peanut-GB
Submodule
Submodule user-apps/gboy/Peanut-GB added at a52866507f
64
user-apps/gboy/build.rs
Normal file
64
user-apps/gboy/build.rs
Normal file
@@ -0,0 +1,64 @@
|
|||||||
|
//! This build script copies the `memory.x` file from the crate root into
|
||||||
|
//! a directory where the linker can always find it at build time.
|
||||||
|
//! For many projects this is optional, as the linker always searches the
|
||||||
|
//! project root directory -- wherever `Cargo.toml` is. However, if you
|
||||||
|
//! are using a workspace or have a more complicated build setup, this
|
||||||
|
//! build script becomes required. Additionally, by requesting that
|
||||||
|
//! Cargo re-run the build script whenever `memory.x` is changed,
|
||||||
|
//! updating `memory.x` ensures a rebuild of the application with the
|
||||||
|
//! new memory settings.
|
||||||
|
|
||||||
|
use std::env;
|
||||||
|
use std::fs::File;
|
||||||
|
use std::io::Write;
|
||||||
|
use std::path::PathBuf;
|
||||||
|
|
||||||
|
fn main() {
|
||||||
|
bindgen();
|
||||||
|
|
||||||
|
// Put `memory.x` in our output directory and ensure it's
|
||||||
|
// on the linker search path.
|
||||||
|
let out = &PathBuf::from(env::var_os("OUT_DIR").unwrap());
|
||||||
|
File::create(out.join("memory.x"))
|
||||||
|
.unwrap()
|
||||||
|
.write_all(include_bytes!("../memory.x"))
|
||||||
|
.unwrap();
|
||||||
|
println!("cargo:rustc-link-search={}", out.display());
|
||||||
|
|
||||||
|
println!("cargo:rerun-if-changed=memory.x");
|
||||||
|
println!("cargo:rustc-link-arg-bins=-Tmemory.x");
|
||||||
|
}
|
||||||
|
|
||||||
|
fn bindgen() {
|
||||||
|
let bindings = bindgen::Builder::default()
|
||||||
|
.header("Peanut-GB/peanut_gb.h")
|
||||||
|
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
|
||||||
|
.disable_nested_struct_naming()
|
||||||
|
.clang_arg("-I../../picolibc/newlib/libc/include/")
|
||||||
|
.clang_arg("-I../../picolibc/build/")
|
||||||
|
.use_core()
|
||||||
|
.generate()
|
||||||
|
.expect("Unable to generate bindings");
|
||||||
|
|
||||||
|
let out_path = PathBuf::from(env::var("OUT_DIR").unwrap());
|
||||||
|
bindings
|
||||||
|
.write_to_file(out_path.join("bindings.rs"))
|
||||||
|
.expect("Couldn't write bindings!");
|
||||||
|
|
||||||
|
cc::Build::new()
|
||||||
|
.define("PEANUT_GB_IS_LITTLE_ENDIAN", None)
|
||||||
|
.define("ENABLE_LCD", None)
|
||||||
|
.file("peanut_gb_stub.c")
|
||||||
|
.include("Peanut-GB")
|
||||||
|
// optimization flags
|
||||||
|
.flag("-Ofast")
|
||||||
|
.flag("-fdata-sections")
|
||||||
|
.flag("-ffunction-sections")
|
||||||
|
.flag("-mcpu=cortex-m33")
|
||||||
|
.flag("-mthumb")
|
||||||
|
.flag("-g0")
|
||||||
|
.compile("peanut_gb");
|
||||||
|
|
||||||
|
println!("cargo:rustc-link-search=Peanut-GB");
|
||||||
|
println!("cargo:rustc-link-lib=peanut_gb");
|
||||||
|
}
|
||||||
1
user-apps/gboy/peanut_gb_stub.c
Normal file
1
user-apps/gboy/peanut_gb_stub.c
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#include <peanut_gb.h>
|
||||||
206
user-apps/gboy/src/main.rs
Normal file
206
user-apps/gboy/src/main.rs
Normal file
@@ -0,0 +1,206 @@
|
|||||||
|
#![no_std]
|
||||||
|
#![no_main]
|
||||||
|
#![allow(static_mut_refs)]
|
||||||
|
|
||||||
|
extern crate alloc;
|
||||||
|
use abi::{
|
||||||
|
display::Display,
|
||||||
|
format,
|
||||||
|
fs::{Entries, file_len, list_dir, read_file, write_file},
|
||||||
|
get_key,
|
||||||
|
keyboard::{KeyCode, KeyState},
|
||||||
|
println,
|
||||||
|
};
|
||||||
|
use alloc::{vec, vec::Vec};
|
||||||
|
use core::{cell::LazyCell, mem::MaybeUninit, panic::PanicInfo};
|
||||||
|
use embedded_graphics::{
|
||||||
|
mono_font::{MonoTextStyle, ascii::FONT_6X10},
|
||||||
|
pixelcolor::Rgb565,
|
||||||
|
prelude::RgbColor,
|
||||||
|
};
|
||||||
|
use selection_ui::{SelectionUi, SelectionUiError, draw_text_center};
|
||||||
|
|
||||||
|
mod peanut;
|
||||||
|
use peanut::gb_run_frame;
|
||||||
|
|
||||||
|
use crate::peanut::{
|
||||||
|
JOYPAD_A, JOYPAD_B, JOYPAD_DOWN, JOYPAD_LEFT, JOYPAD_RIGHT, JOYPAD_SELECT, JOYPAD_START,
|
||||||
|
JOYPAD_UP, gb_cart_ram_read, gb_cart_ram_write, gb_error, gb_get_rom_name, gb_get_save_size,
|
||||||
|
gb_init, gb_init_lcd, gb_reset, gb_rom_read, gb_s, lcd_draw_line,
|
||||||
|
};
|
||||||
|
|
||||||
|
static mut DISPLAY: LazyCell<Display> = LazyCell::new(|| Display::take().unwrap());
|
||||||
|
|
||||||
|
const RAM_SIZE: usize = 32 * 1024; // largest ram size is 32k
|
||||||
|
static mut RAM: [u8; RAM_SIZE] = [0; RAM_SIZE];
|
||||||
|
|
||||||
|
#[panic_handler]
|
||||||
|
fn panic(info: &PanicInfo) -> ! {
|
||||||
|
println!("user panic: {} @ {:?}", info.message(), info.location(),);
|
||||||
|
loop {}
|
||||||
|
}
|
||||||
|
|
||||||
|
#[unsafe(no_mangle)]
|
||||||
|
pub extern "Rust" fn _start() {
|
||||||
|
main()
|
||||||
|
}
|
||||||
|
|
||||||
|
const GAME_PATH: &'static str = "/games/gameboy";
|
||||||
|
|
||||||
|
static mut GAME_ROM: Option<Vec<u8>> = None;
|
||||||
|
|
||||||
|
pub fn main() {
|
||||||
|
println!("Starting Gameboy app");
|
||||||
|
|
||||||
|
let mut entries = Entries::new();
|
||||||
|
list_dir(GAME_PATH, &mut entries);
|
||||||
|
|
||||||
|
let mut files = entries.entries();
|
||||||
|
files.retain(|e| {
|
||||||
|
let ext = e.extension().unwrap_or("");
|
||||||
|
ext == "gb" || ext == "GB"
|
||||||
|
});
|
||||||
|
let mut roms = files.iter().map(|e| e.full_name()).collect::<Vec<&str>>();
|
||||||
|
roms.sort();
|
||||||
|
|
||||||
|
let selection = {
|
||||||
|
let display = unsafe { &mut *DISPLAY };
|
||||||
|
let mut selection_ui = SelectionUi::new(&roms);
|
||||||
|
match selection_ui.run_selection_ui(display) {
|
||||||
|
Ok(maybe_sel) => maybe_sel,
|
||||||
|
Err(e) => match e {
|
||||||
|
SelectionUiError::SelectionListEmpty => {
|
||||||
|
draw_text_center(
|
||||||
|
display,
|
||||||
|
&format!("No Roms were found in {}", GAME_PATH),
|
||||||
|
MonoTextStyle::new(&FONT_6X10, Rgb565::RED),
|
||||||
|
)
|
||||||
|
.expect("Display Error");
|
||||||
|
None
|
||||||
|
}
|
||||||
|
SelectionUiError::DisplayError(_) => panic!("Display Error"),
|
||||||
|
},
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
assert!(selection.is_some());
|
||||||
|
|
||||||
|
let file_name = format!("{}/{}", GAME_PATH, roms[selection.unwrap()]);
|
||||||
|
let size = file_len(&file_name);
|
||||||
|
unsafe { GAME_ROM = Some(vec![0_u8; size]) };
|
||||||
|
let read = read_file(&file_name, 0, unsafe { GAME_ROM.as_mut().unwrap() });
|
||||||
|
assert!(size == read);
|
||||||
|
println!("Rom size: {}", read);
|
||||||
|
|
||||||
|
let mut gb = MaybeUninit::<gb_s>::uninit();
|
||||||
|
|
||||||
|
let init_status = unsafe {
|
||||||
|
gb_init(
|
||||||
|
gb.as_mut_ptr(),
|
||||||
|
Some(gb_rom_read),
|
||||||
|
Some(gb_cart_ram_read),
|
||||||
|
Some(gb_cart_ram_write),
|
||||||
|
Some(gb_error),
|
||||||
|
core::ptr::null_mut(),
|
||||||
|
)
|
||||||
|
};
|
||||||
|
println!("gb init status: {}", init_status);
|
||||||
|
|
||||||
|
unsafe {
|
||||||
|
load_save(&mut gb.assume_init());
|
||||||
|
}
|
||||||
|
|
||||||
|
unsafe {
|
||||||
|
gb_init_lcd(gb.as_mut_ptr(), Some(lcd_draw_line));
|
||||||
|
|
||||||
|
// enable frame skip
|
||||||
|
// gb.assume_init().direct.set_frame_skip(!true); // active low
|
||||||
|
};
|
||||||
|
|
||||||
|
loop {
|
||||||
|
let event = get_key();
|
||||||
|
let button = match event.key {
|
||||||
|
KeyCode::Esc => {
|
||||||
|
unsafe { write_save(&mut gb.assume_init()) };
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
KeyCode::Char('r') => {
|
||||||
|
unsafe { gb_reset(gb.as_mut_ptr()) };
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
KeyCode::Tab => JOYPAD_START as u8,
|
||||||
|
KeyCode::Del => JOYPAD_SELECT as u8,
|
||||||
|
KeyCode::Enter => JOYPAD_A as u8,
|
||||||
|
KeyCode::Backspace => JOYPAD_B as u8,
|
||||||
|
KeyCode::Up => JOYPAD_UP as u8,
|
||||||
|
KeyCode::Down => JOYPAD_DOWN as u8,
|
||||||
|
KeyCode::Left => JOYPAD_LEFT as u8,
|
||||||
|
KeyCode::Right => JOYPAD_RIGHT as u8,
|
||||||
|
_ => 0,
|
||||||
|
};
|
||||||
|
|
||||||
|
if button != 0 {
|
||||||
|
unsafe {
|
||||||
|
// bindgen incorrectly generates direct so manual manipulation is required :(
|
||||||
|
let direct_ptr = &mut gb.assume_init().direct as *mut _ as *mut u8;
|
||||||
|
let joypad_ptr = direct_ptr.add(2); // this is the joypad bitfield byte
|
||||||
|
|
||||||
|
if let KeyState::Pressed = event.state {
|
||||||
|
*joypad_ptr &= !button;
|
||||||
|
} else if let KeyState::Released = event.state {
|
||||||
|
*joypad_ptr |= button;
|
||||||
|
}
|
||||||
|
|
||||||
|
println!("joypad: {:b}", *joypad_ptr);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
unsafe {
|
||||||
|
gb_run_frame(gb.as_mut_ptr());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
unsafe fn load_save(gb: &mut gb_s) {
|
||||||
|
let mut buf = [0; 16];
|
||||||
|
|
||||||
|
unsafe {
|
||||||
|
gb_get_rom_name(gb, buf.as_mut_ptr());
|
||||||
|
|
||||||
|
let save_size = gb_get_save_size(gb);
|
||||||
|
|
||||||
|
if save_size > 0 {
|
||||||
|
read_file(
|
||||||
|
&format!(
|
||||||
|
"{}/saves/{}.sav",
|
||||||
|
GAME_PATH,
|
||||||
|
str::from_utf8(&buf).expect("bad rom name")
|
||||||
|
),
|
||||||
|
0,
|
||||||
|
&mut RAM,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
unsafe fn write_save(gb: &mut gb_s) {
|
||||||
|
let mut buf = [0; 16];
|
||||||
|
|
||||||
|
unsafe {
|
||||||
|
gb_get_rom_name(gb, buf.as_mut_ptr());
|
||||||
|
|
||||||
|
let save_size = gb_get_save_size(gb);
|
||||||
|
|
||||||
|
if save_size > 0 {
|
||||||
|
write_file(
|
||||||
|
&format!(
|
||||||
|
"{}/saves/{}.sav",
|
||||||
|
GAME_PATH,
|
||||||
|
str::from_utf8(&buf).expect("bad rom name")
|
||||||
|
),
|
||||||
|
0,
|
||||||
|
&mut RAM,
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
102
user-apps/gboy/src/peanut.rs
Normal file
102
user-apps/gboy/src/peanut.rs
Normal file
@@ -0,0 +1,102 @@
|
|||||||
|
#![allow(non_upper_case_globals)]
|
||||||
|
#![allow(non_camel_case_types)]
|
||||||
|
#![allow(non_snake_case)]
|
||||||
|
|
||||||
|
use crate::{DISPLAY, GAME_ROM, RAM};
|
||||||
|
|
||||||
|
#[allow(unused)]
|
||||||
|
include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
|
||||||
|
|
||||||
|
use abi::{display::Pixel565, println};
|
||||||
|
use embedded_graphics::{Drawable, pixelcolor::Rgb565, prelude::Point};
|
||||||
|
|
||||||
|
pub const GBOY_WIDTH: usize = 160;
|
||||||
|
pub const GBOY_HEIGHT: usize = 144;
|
||||||
|
|
||||||
|
pub unsafe extern "C" fn gb_rom_read(_gb: *mut gb_s, addr: u32) -> u8 {
|
||||||
|
unsafe { GAME_ROM.as_ref().unwrap()[addr as usize] }
|
||||||
|
}
|
||||||
|
|
||||||
|
pub unsafe extern "C" fn gb_cart_ram_read(_gb: *mut gb_s, addr: u32) -> u8 {
|
||||||
|
unsafe { RAM[addr as usize] }
|
||||||
|
}
|
||||||
|
|
||||||
|
pub unsafe extern "C" fn gb_cart_ram_write(_gb: *mut gb_s, addr: u32, val: u8) {
|
||||||
|
unsafe { RAM[addr as usize] = val }
|
||||||
|
}
|
||||||
|
|
||||||
|
pub unsafe extern "C" fn gb_error(_gb: *mut gb_s, err: gb_error_e, addr: u16) {
|
||||||
|
let e = match err {
|
||||||
|
0 => "UNKNOWN ERROR",
|
||||||
|
1 => "INVALID OPCODE",
|
||||||
|
2 => "INVALID READ",
|
||||||
|
3 => "INVALID WRITE",
|
||||||
|
4 => "HALT FOREVER",
|
||||||
|
5 => "INVALID MAX",
|
||||||
|
_ => unreachable!(),
|
||||||
|
};
|
||||||
|
|
||||||
|
println!("PeanutGB error: {}, addr: {}", e, addr);
|
||||||
|
}
|
||||||
|
|
||||||
|
const NUM_PALETTES: usize = 3;
|
||||||
|
const SHADES_PER_PALETTE: usize = 4;
|
||||||
|
|
||||||
|
const PALETTES: [[Rgb565; SHADES_PER_PALETTE]; NUM_PALETTES] = [
|
||||||
|
[
|
||||||
|
Rgb565::new(8, 24, 32),
|
||||||
|
Rgb565::new(52, 104, 86),
|
||||||
|
Rgb565::new(136, 192, 112),
|
||||||
|
Rgb565::new(224, 248, 208),
|
||||||
|
], // BG
|
||||||
|
[
|
||||||
|
Rgb565::new(8, 24, 32),
|
||||||
|
Rgb565::new(52, 104, 86),
|
||||||
|
Rgb565::new(136, 192, 112),
|
||||||
|
Rgb565::new(224, 248, 208),
|
||||||
|
], // OBJ0
|
||||||
|
[
|
||||||
|
Rgb565::new(8, 24, 32),
|
||||||
|
Rgb565::new(52, 104, 86),
|
||||||
|
Rgb565::new(136, 192, 112),
|
||||||
|
Rgb565::new(224, 248, 208),
|
||||||
|
], // OBJ1
|
||||||
|
];
|
||||||
|
|
||||||
|
pub unsafe extern "C" fn lcd_draw_line(_gb: *mut gb_s, pixels: *const u8, line: u8) {
|
||||||
|
if line < GBOY_HEIGHT as u8 {
|
||||||
|
let pixels = unsafe { core::slice::from_raw_parts(pixels, GBOY_WIDTH) };
|
||||||
|
let y = line as u16;
|
||||||
|
|
||||||
|
for (x, &p) in pixels.iter().enumerate() {
|
||||||
|
let palette_idx = ((p & 0xF0) >> 4) as usize;
|
||||||
|
let shade_idx = (p & 0x03) as usize;
|
||||||
|
|
||||||
|
let color = PALETTES
|
||||||
|
.get(palette_idx)
|
||||||
|
.and_then(|pal| pal.get(shade_idx))
|
||||||
|
.copied()
|
||||||
|
.unwrap_or(Rgb565::new(0, 0, 0));
|
||||||
|
|
||||||
|
// let sx = (x as u16) * 2;
|
||||||
|
// let sy = y * 2;
|
||||||
|
|
||||||
|
// draw_color(color, sx, sy);
|
||||||
|
// draw_color(color, sx + 1, sy);
|
||||||
|
// draw_color(color, sx, sy + 1);
|
||||||
|
// draw_color(color, sx + 1, sy + 1);
|
||||||
|
//
|
||||||
|
draw_color(color, x as u16, y as u16);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
fn draw_color(color: Rgb565, x: u16, y: u16) {
|
||||||
|
let mut pixel = Pixel565::default();
|
||||||
|
pixel.0 = Point::new(x.into(), y.into());
|
||||||
|
pixel.1 = color;
|
||||||
|
|
||||||
|
unsafe {
|
||||||
|
pixel.draw(&mut *DISPLAY).unwrap();
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user