1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-12-26 14:29:31 +00:00

Commit Graph

  • 28f23d2aad
    Merge pull request #14 from jscrane/lilypad Stephen Crane 2023-07-26 13:51:19 +0100
  • d19c2ad395 map missing colours steve 2023-07-26 13:47:15 +0100
  • 9fac3649dc initial changes for LilyGO board steve 2023-07-25 14:10:35 +0100
  • b20119558a add seek() steve 2023-05-25 15:05:04 +0100
  • c2eaeb4089 tiny tivac bugfix steve 2023-03-12 20:14:54 +0000
  • 32b1bf11f5 add hw/user.h Stephen Crane 2021-02-27 13:32:49 +0000
  • 55928d498a hardware reorg Stephen Crane 2021-02-27 12:01:52 +0000
  • 69f30e81a8 update for latest SD Stephen Crane 2021-02-21 12:37:25 +0000
  • 7fb04ebf17 swap kbd lines on esp8266 Stephen Crane 2021-02-20 09:14:15 +0000
  • ef1464a906 Merge branch 'master' of github.com:jscrane/r65emu Stephen Crane 2021-02-19 08:28:57 +0000
  • fdc54d65f6 add esp32 config Stephen Crane 2021-02-19 08:28:47 +0000
  • be3ff178c4
    Update README.md Stephen Crane 2021-02-18 15:19:46 +0000
  • 3f82a51311 add SPIRAM_SIZE == 0u when missing Stephen Crane 2021-02-18 13:07:34 +0000
  • 5f8bb62648 add ram::page_size; sizes are unsigned Stephen Crane 2021-02-17 14:49:40 +0000
  • 42566200c1 specify RAM_SIZE Stephen Crane 2021-02-17 08:06:45 +0000
  • edd6247bc6 cleanup Stephen Crane 2021-02-16 08:57:30 +0000
  • 316405085b esp8266 + SpiRAM Stephen Crane 2021-02-15 21:00:33 +0000
  • 68fb0f7d3f esp8266 + SpiRAM Stephen Crane 2021-02-15 21:00:20 +0000
  • d5945fa104 no storage => can't checkpoint Stephen Crane 2020-07-08 15:25:30 +0100
  • ac71ed7e98 Merge branch 'master' of github.com:jscrane/r65emu Stephen Crane 2020-07-08 14:34:20 +0100
  • 803e170cf3 remove implicit hardware config Stephen Crane 2020-07-08 14:34:12 +0100
  • c45db2e8ee esp8266 wants ICACHE_RAM_ATTR Stephen Crane 2020-07-08 14:33:52 +0100
  • b65ef6bff4 adding compiler pragmas Stephen Crane 2020-07-08 14:33:31 +0100
  • 48959cc415 fix compiler warning Stephen Crane 2019-06-06 09:19:55 +0100
  • 421989bfc5 add checkpoint/restore for socket filer Stephen Crane 2019-03-30 11:55:34 +0000
  • d7c82c67a1 configure filers via ctor Stephen Crane 2019-03-26 19:27:25 +0000
  • e90fb2c6e7 socket filer Stephen Crane 2019-03-25 16:12:38 +0000
  • 61725b7865 ... Stephen Crane 2019-03-25 16:12:26 +0000
  • 0489c1d283 z80 updates Stephen Crane 2019-03-25 16:12:08 +0000
  • cd4b280410 make input buffer size configurable Stephen Crane 2019-03-03 17:07:47 +0000
  • 6918621c34 irq is uint8_t Stephen Crane 2019-03-03 17:07:23 +0000
  • 8431162ab3 ... Stephen Crane 2019-03-03 14:38:47 +0000
  • e18c1fbfb9 irq is uint8_t Stephen Crane 2019-03-03 14:38:11 +0000
  • 66af4140f9 PROGMEM Stephen Crane 2019-03-03 14:37:44 +0000
  • dd4a4dc23b parity table calculation; z80 flags fixes Stephen Crane 2019-03-03 12:12:38 +0000
  • d33d25674f tiny fixes Stephen Crane 2019-02-28 19:42:43 +0000
  • 8c0e0dd22e changes from emul8 Stephen Crane 2019-02-27 19:12:45 +0000
  • 8b81f13e4d updating z80test with latest fuse Stephen Crane 2019-02-26 16:06:21 +0000
  • e038a0c792 tiny bugfix Stephen Crane 2019-02-25 15:39:18 +0000
  • 857e99c4e0 fix #7 Stephen Crane 2019-02-25 14:55:27 +0000
  • 9b6d8e6afb replace cb and op tables with switch Stephen Crane 2019-02-25 13:21:41 +0000
  • bdd84b908c parity table Stephen Crane 2019-02-25 12:23:14 +0000
  • 4063ecaba5 common switch macros in CPU.h Stephen Crane 2019-02-25 12:10:33 +0000
  • fac66529f2 compact parity table Stephen Crane 2019-02-25 10:19:38 +0000
  • 8a27327729 cleanup Stephen Crane 2019-02-25 08:18:44 +0000
  • 4ba9be9430 cleanup Stephen Crane 2019-02-25 08:16:59 +0000
  • 31ab9e59c9 use switch/case instead of array of fps Stephen Crane 2019-02-25 08:07:41 +0000
  • 448c702237 replace BCD maps with functions Stephen Crane 2019-02-24 12:41:33 +0000
  • 066a82e93c move parity into PROGMEM Stephen Crane 2019-02-24 12:29:18 +0000
  • a275deb6ab NO_CHECKPOINT flag Stephen Crane 2019-02-24 11:50:10 +0000
  • 76eb94202c replace opcode table with switch Stephen Crane 2019-02-24 11:30:53 +0000
  • ab85adce3d implement rewind properly Stephen Crane 2019-02-14 18:02:26 +0000
  • 1f64b85b17 change speed in serial filer Stephen Crane 2019-02-14 07:58:51 +0000
  • 6a929aedbe ... Stephen Crane 2019-02-12 21:53:03 +0000
  • 06f385b6cd serial filer Stephen Crane 2019-02-12 18:19:09 +0000
  • 2bdf7a4fe3 move checkpoint/restore onto filer Stephen Crane 2019-02-12 18:17:46 +0000
  • d2377f4dbe filer extends serialio Stephen Crane 2019-02-11 18:28:38 +0000
  • 397f580add renaming Stephen Crane 2019-02-10 13:58:52 +0000
  • 984692ad95 bugfix Stephen Crane 2018-12-18 08:28:53 +0000
  • bc3fca1a3c add esp8266-pwm-fs.h Stephen Crane 2018-11-30 14:31:51 +0000
  • d22a61368e esp8266 SD Stephen Crane 2018-11-29 18:11:29 +0000
  • 6f243f07c5 blank Stephen Crane 2018-11-27 07:59:34 +0000
  • e1919226e5 size optimisations Stephen Crane 2018-11-27 07:58:22 +0000
  • c4cc897319 warn if no sound configured Stephen Crane 2018-11-25 13:21:05 +0000
  • e0e80a0d87 default espi for esp32 Stephen Crane 2018-11-18 14:41:49 +0000
  • c6bb27a148 ... Stephen Crane 2018-11-18 12:20:05 +0000
  • 231041d7aa use waveform generator on esp8266 Stephen Crane 2018-11-18 11:57:51 +0000
  • 8681074427 tiny cleanup Stephen Crane 2018-11-16 12:37:38 +0000
  • a43a529fe7 minor fixes Stephen Crane 2018-11-16 12:35:07 +0000
  • 5cceb03cc7 add USE_FS Stephen Crane 2018-11-16 12:30:09 +0000
  • bb1c69f48a add USE_SPIRAM config Stephen Crane 2018-11-16 10:25:23 +0000
  • a9613bc823 esp8266 SPIFFS.begin Stephen Crane 2018-11-14 20:24:38 +0000
  • 7eddcc15ff _cx hack Stephen Crane 2018-11-12 22:18:44 +0000
  • 860e53a8f7 TFTDisplay::drawString Stephen Crane 2018-11-12 07:46:21 +0000
  • d6dfbe06ef fixes for lm4f Stephen Crane 2018-11-11 11:59:43 +0000
  • 9a643171a6 esp8266 timer_create Stephen Crane 2018-11-11 11:21:12 +0000
  • 7d69cbd34e remove error api Stephen Crane 2018-11-10 13:53:51 +0000
  • bbfc553e29 esp8266 disk storage Stephen Crane 2018-11-10 13:35:41 +0000
  • 8836367767 bugfixes Stephen Crane 2018-11-10 13:34:36 +0000
  • 67540df29f cleanup disk Stephen Crane 2018-11-10 09:32:33 +0000
  • 971f34f1b3 esp8266 pwm sound Stephen Crane 2018-11-09 07:25:13 +0000
  • df9d46770d unknown arch error Stephen Crane 2018-11-08 17:52:42 +0000
  • e0df78f602 add lm4f Stephen Crane 2018-11-08 07:42:03 +0000
  • a8e6f24e03 add orientations Stephen Crane 2018-11-08 07:34:40 +0000
  • 72f7febe72 hardware override Stephen Crane 2018-11-08 07:34:28 +0000
  • 09cf2bedce break up hardware.h Stephen Crane 2018-11-07 21:38:04 +0000
  • c7ffcc56e4 bugfix Stephen Crane 2018-11-07 21:37:56 +0000
  • d80a4b0da2 PROGMEM Stephen Crane 2018-11-07 21:37:20 +0000
  • bc784d9981
    Merge pull request #4 from jscrane/display-cleanup Stephen Crane 2018-11-05 21:36:15 +0000
  • ac90e3e462 ... Stephen Crane 2018-11-05 21:34:39 +0000
  • aa6b5ccbf5
    Update README.md Stephen Crane 2018-11-05 09:30:57 +0000
  • 1a36940324 support TFT_eSPI Stephen Crane 2018-11-03 13:30:49 +0000
  • 96a74645a2 bugfix Stephen Crane 2018-09-14 14:41:35 +0100
  • 63bb49a7eb bugfix Stephen Crane 2018-09-14 14:19:07 +0100
  • c4ee594a1c serial framing config Stephen Crane 2018-09-13 12:56:54 +0100
  • ad947c887c default status header off Stephen Crane 2018-09-13 11:39:09 +0100
  • e763508f8b acia now a real device Stephen Crane 2018-09-13 11:38:36 +0100
  • b8e9532628 acia now a real device Stephen Crane 2018-09-13 11:24:05 +0100
  • 5d8524f5c0 revert keyboard Stephen Crane 2018-09-12 10:38:30 +0100
  • 21708c1c01 display op in status Stephen Crane 2018-09-12 10:38:16 +0100