1
0
mirror of https://github.com/mre/mos6502.git synced 2024-06-01 14:41:38 +00:00

Commit Graph

  • 8de65acce6 add disable_decimal_mode tests to github workflows Sam M W 2022-08-09 04:39:08 +0100
  • a28c11a69f add the disable_decimal_mode to Cargo.toml [features] Sam M W 2022-08-09 04:37:32 +0100
  • e2c730f36b add option to statically disable decimal mode Sam M W 2022-08-08 21:00:06 +0100
  • 18e55aaeca remove call to .trim(), as clippy suggests Sam M W 2022-08-09 04:14:46 +0100
  • 8e876989e4 Add image Matthias 2022-06-07 20:31:53 +0200
  • cdb2f0949a Merge branch 'master' of github.com:mre/mos6502 Matthias 2022-06-07 20:17:48 +0200
  • 7398fc4c3f Simplify GCD program Matthias 2022-06-07 20:17:44 +0200
  • b6c888f951
    Update and rename continuous_testing.yaml to ci.yaml Matthias 2022-06-07 20:01:11 +0200
  • 8c088611bb Update dependencies Matthias 2022-06-07 19:57:54 +0200
  • 885afe0c10 Rust 2021 edition Matthias 2022-06-07 19:53:16 +0200
  • d1b1c93fd4 Fix clippy warnings Matthias 2022-06-07 19:52:00 +0200
  • 363dc47755 Format code Matthias 2022-06-07 19:30:29 +0200
  • e829122a5a
    Delete .travis.yml Matthias 2022-06-07 19:27:57 +0200
  • ef9a49ac8b
    set carry flag if carry_in && value == "$ff" (#44) omarandlorraine 2022-06-07 10:03:51 +0100
  • dd0b56fc6c set carry flag if carry_in && value == Sam M W 2022-06-07 08:45:21 +0100
  • 7f87eb17ab add failing test Sam M W 2022-06-06 11:33:45 +0100
  • e2fd2469e3
    Merge pull request #42 from mre/dependabot/cargo/log-0.4.17 Matthias 2022-05-03 10:02:19 +0200
  • 57c5e97cd4
    Bump log from 0.4.16 to 0.4.17 dependabot[bot] 2022-05-03 04:11:28 +0000
  • 6b39e04089
    Merge pull request #41 from mre/dependabot/cargo/log-0.4.16 Matthias 2022-03-23 10:17:33 +0100
  • 46aae27bd1
    Bump log from 0.4.14 to 0.4.16 dependabot[bot] 2022-03-23 04:11:47 +0000
  • eea8dcd5da
    Merge pull request #40 from mre/dependabot/cargo/skeptic-0.13.7 Matthias 2022-02-02 10:17:59 +0100
  • 0483f453af
    Bump skeptic from 0.13.6 to 0.13.7 dependabot[bot] 2022-02-02 04:11:02 +0000
  • 8ae11309b8
    Merge pull request #39 from mre/dependabot/cargo/bitflags-1.3.2 Matthias 2021-12-16 00:35:11 +0100
  • 25cecf4cd2
    Bump bitflags from 1.2.1 to 1.3.2 dependabot[bot] 2021-08-16 04:20:42 +0000
  • fc302f3b49
    Bump bitflags from 1.2.1 to 1.3.1 dependabot[bot] 2021-08-12 04:12:07 +0000
  • 6fdd561b02
    Remove unnecessary fixme comment (#37) Matthias 2021-05-16 17:21:56 +0200
  • 424262cd36
    Merge pull request #36 from mre/dependabot/add-v2-config-file Matthias 2021-04-29 18:58:26 +0200
  • 0ccb00cd32
    Upgrade to GitHub-native Dependabot dependabot-preview[bot] 2021-04-29 15:24:26 +0000
  • c97a3634de Add historical background Matthias Endler 2021-04-07 14:05:38 +0200
  • 3830ccca27 Add comments Matthias Endler 2021-04-07 14:01:45 +0200
  • abb01df4b4
    Cleanup Matthias 2021-04-07 13:59:51 +0200
  • d3a9833ce0 Update deps Matthias Endler 2021-04-07 13:56:58 +0200
  • 24973d7fbd Upgrade to Rust 2018 edition Matthias Endler 2021-04-07 13:55:41 +0200
  • b6e4a5ce8b
    Merge pull request #34 from mre/dependabot/cargo/skeptic-0.13.6 dependabot-preview[bot] 2021-03-17 14:49:34 +0000
  • 5c0b45d0d4
    Bump skeptic from 0.13.5 to 0.13.6 dependabot-preview[bot] 2021-03-17 14:44:59 +0000
  • 42c66e4242
    Merge pull request #33 from mre/dependabot/cargo/num-0.4.0 dependabot-preview[bot] 2021-03-06 04:26:56 +0000
  • 62259b3df6
    Bump num from 0.3.1 to 0.4.0 dependabot-preview[bot] 2021-03-06 04:24:22 +0000
  • a6eae6f2b0
    Merge pull request #32 from omarandlorraine/stackfix Matthias 2021-01-30 23:49:57 +0100
  • b566265dbb Don't panic on stack over- and underflow Sam M W 2021-01-30 15:11:02 +0000
  • 34bbe55712 Add tests for stack over- and underflow Sam M W 2021-01-30 15:10:41 +0000
  • ad90d9294c Statically initialize CPU no-std-example Matthias Endler 2021-01-29 00:14:50 +0100
  • a4990eacbc bump memory to 128K Matthias Endler 2021-01-29 00:14:32 +0100
  • 99b788c3b1 Merge branch 'master' of github.com:mre/mos6502 into no-std-example Matthias Endler 2021-01-28 23:46:39 +0100
  • 96e15af044 Merge branch 'master' of github.com:mre/mos6502 into master Matthias Endler 2021-01-28 23:34:44 +0100
  • 93a39980e4 Add Default impls Matthias Endler 2021-01-28 23:34:41 +0100
  • 7f5f6413d3
    Add badge Matthias 2021-01-28 23:14:52 +0100
  • 0749b1798b bump version Matthias Endler 2021-01-28 23:11:39 +0100
  • 4fceafa34d
    Update Cargo.toml Matthias 2021-01-28 23:10:26 +0100
  • 5b87171c4c
    Merge pull request #30 from omarandlorraine/master Matthias 2021-01-28 23:09:43 +0100
  • b39a67b0a1 separate unit test for decimal sbc should set carry Sam M W 2021-01-28 10:17:10 +0000
  • ad40c72dfe separate unit test for decimal sbc Sam M W 2021-01-28 10:13:44 +0000
  • 2d87640692 remove worthless comment Sam M W 2021-01-28 08:58:04 +0000
  • 51775fbe95 Decimal mode for SBC Sam M W 2021-01-27 22:44:20 +0000
  • 3844a730f0 whitespace Sam M W 2021-01-27 20:31:36 +0000
  • 449c17dbaf
    Run unit tests for PRs Matthias 2021-01-27 21:19:00 +0100
  • 38e90170c1
    Add link to open PR Matthias 2021-01-27 20:55:58 +0100
  • 561b875a08
    Merge pull request #31 from mre/dependabot/cargo/log-0.4.14 dependabot-preview[bot] 2021-01-27 03:19:25 +0000
  • af29a7be6d
    Bump log from 0.4.13 to 0.4.14 dependabot-preview[bot] 2021-01-27 03:16:16 +0000
  • 153f8e4bd7 Some unit testing for decimal mode Sam M W 2021-01-26 20:58:09 +0000
  • 85dd92615d First stab at implementing decimal mode for ADC Sam M W 2021-01-25 22:57:28 +0000
  • 2deb0658fd
    Merge pull request #29 from mre/dependabot/cargo/log-0.4.13 dependabot-preview[bot] 2021-01-11 11:37:33 +0000
  • 6d96b8f554
    Bump log from 0.4.12 to 0.4.13 dependabot-preview[bot] 2021-01-11 11:32:49 +0000
  • 138dba451c
    Merge pull request #28 from mre/dependabot/cargo/log-0.4.12 dependabot-preview[bot] 2021-01-08 00:59:09 +0000
  • d89bbdc675
    Bump log from 0.4.11 to 0.4.12 dependabot-preview[bot] 2021-01-08 00:56:08 +0000
  • bbc7ec185b
    Merge pull request #27 from mre/dependabot/cargo/num-0.3.1 dependabot-preview[bot] 2020-11-03 23:10:12 +0000
  • beeb8039d9
    Bump num from 0.3.0 to 0.3.1 dependabot-preview[bot] 2020-11-03 23:07:28 +0000
  • 3576849180
    Merge pull request #26 from mre/dependabot/cargo/skeptic-0.13.5 dependabot-preview[bot] 2020-10-29 14:37:56 +0000
  • cb2b8aef88
    Bump skeptic from 0.13.4 to 0.13.5 dependabot-preview[bot] 2020-10-29 14:34:49 +0000
  • 74cdaf8dbd
    Merge pull request #25 from mre/dependabot/cargo/log-0.4.11 dependabot-preview[bot] 2020-07-16 01:27:48 +0000
  • 525bd3e7c5
    Bump log from 0.4.8 to 0.4.11 dependabot-preview[bot] 2020-07-16 01:24:50 +0000
  • 6d374c804c
    Create FUNDING.yml Matthias 2020-06-23 02:16:15 +0200
  • 2248bb3b3c
    Merge pull request #24 from mre/dependabot/cargo/num-0.3.0 dependabot-preview[bot] 2020-06-13 23:16:16 +0000
  • 400ad34f49
    Bump num from 0.2.1 to 0.3.0 dependabot-preview[bot] 2020-06-13 23:13:50 +0000
  • d94c4b8dcf
    Merge pull request #23 from mre/dependabot/cargo/num-0.2.1 dependabot-preview[bot] 2020-01-10 14:12:12 +0000
  • 0819879837
    Bump num from 0.2.0 to 0.2.1 dependabot-preview[bot] 2020-01-10 04:54:14 +0000
  • 12eab2c8c5
    Merge pull request #22 from mre/dependabot/cargo/bitflags-1.2.1 Matthias Endler 2019-10-23 12:30:11 +0200
  • 462ba39c76
    Bump bitflags from 1.2.0 to 1.2.1 dependabot-preview[bot] 2019-10-23 09:47:40 +0000
  • 75ecad1a2a
    Merge pull request #21 from GooseDB/update-readme Matthias Endler 2019-10-22 19:55:35 +0200
  • e0d5004aa6 remove user input from readme example GooseDB 2019-10-22 18:53:13 +0300
  • d4c11e8f7c update readme GooseDB 2019-10-22 15:15:26 +0300
  • a29c22158f
    Merge pull request #19 from GooseDB/examples Matthias Endler 2019-10-22 08:59:06 +0200
  • ab009bb539
    Merge pull request #20 from naokiri/github-actions Matthias Endler 2019-10-22 08:52:03 +0200
  • 0578a3e663 Add github actions Naoaki Iwakiri 2019-10-22 09:17:15 +0900
  • 6a0163138a refactoring GooseDB 2019-10-13 01:22:57 +0300
  • 7f7b9d87a2 update toml GooseDB 2019-10-13 00:34:19 +0300
  • 0e112a8a44 return newline GooseDB 2019-10-13 00:19:09 +0300
  • c837d7c986 return comments GooseDB 2019-10-13 00:18:07 +0300
  • 71ac36b083 return comment GooseDB 2019-10-13 00:14:55 +0300
  • 8c70df142c new example GooseDB 2019-10-13 00:07:53 +0300
  • 587fa91bae
    Make code more idiomatic Matthias Endler 2019-10-06 23:35:13 +0200
  • cb8800689f Make changes suggested by Clippy and few more Andrey Kutejko 2019-10-06 23:23:38 +0200
  • cb2658f3e3 update bitflags Andrey Kutejko 2019-10-06 18:56:51 +0200
  • 3a8a911748 Don't build no_std on stable Matthias Endler 2018-11-04 22:07:51 +0100
  • e46f5b2495 Clarification Matthias Endler 2018-11-04 21:54:09 +0100
  • a10d85d73f Formatting Matthias Endler 2018-11-04 21:39:15 +0100
  • 11e7dd609a Add example for no_std support Matthias Endler 2018-11-04 21:33:37 +0100
  • 1a2dc5853b
    Update README.md Matthias Endler 2018-11-04 20:40:00 +0100
  • 0addb59c68
    Merge pull request #15 from mre/no-std-base Matthias Endler 2018-11-04 20:35:57 +0100
  • 8360aa4518 Merge branch 'master' of github.com:mre/mos6502 into no-std-base no-std-base Matthias Endler 2018-11-04 20:32:30 +0100
  • 5ee12bdbc0 Add no_std support Matthias Endler 2018-11-04 20:26:51 +0100