From 3d5b532d7954b4d89be2a142c48f9c5379c3c134 Mon Sep 17 00:00:00 2001 From: Jack Date: Sun, 15 Dec 2019 23:19:04 +0100 Subject: [PATCH] added bor bxor, updated status.md --- status.md | 34 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 22 deletions(-) diff --git a/status.md b/status.md index 64e73f8..b622499 100644 --- a/status.md +++ b/status.md @@ -21,28 +21,18 @@ | `spr(n, x, y, [w,] [h,] [flip_x,] [flip_y])` | ✔ | | | | `sset(x, y, [c])` | ✔ | | | | `sspr(sx, sy, sw, sh, dx, dy, [dw,] [dh,] [flip_x,] [flip_y])` | ✔ | | missing flip | - -# Tables -All functions implemented but not thoroughly tested - -# Input -Only for 1 player -| `btn([i,] [p])` | ✔ | | | -| `btnp([i,] [p])` | ✔ | | not working as intended | - -# Sound -Still lacking support. - -# Map +| __Input__ | | | | +| `btn([i,] [p])` | ✔ | | 1 player only | +| `btnp([i,] [p])` | ✔ | | not working as intended, 1 player only | +| __Math__ | | | | +| | | | `atan2` only one missing | +| __Tables__ | | | | +| | | | all functions implemented, not tested | +| __Map__ | | | | | `map(cel_x, cel_y, sx, sy, cel_w, cel_h, [layer])` | ✔ | | | | `mget(x, y)` | ✔ | | | | `mset(x, y, v)` | ✔ | | | - -# Math -Missing just `atan2`. No support for fixed point arithmetic, `float` is used at the moment. - -# Memory -No function implemented yet but everything is already mapped to its correct address. - -# Cartridge data -`cartdata`, `dget` and `dset` implemented but no persistence between sessione. \ No newline at end of file +| __Cartridge__ | | | | +| `carddata` | ✔ | | just noop for now | +| `dget` | ✔ | | | +| `dset` | ✔ | | |