1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-06-01 07:41:57 +00:00
Commit Graph

201 Commits

Author SHA1 Message Date
steve
2b31012100 flush on write 2023-09-30 15:57:25 +01:00
steve
53a16b3a29 bugfixes 2023-09-30 13:37:08 +01:00
steve
78e3fff5c3 minor change 2023-09-30 12:51:46 +01:00
steve
279bbc6b5a remove unnecessary buffer 2023-09-30 12:51:19 +01:00
steve
b3e9fb9c2f minor updates 2023-09-28 22:14:11 +01:00
Stephen Crane
3e90841500
acia updates (#22) 2023-09-27 15:38:16 +01:00
Stephen Crane
67ff1567af
refactoring peripherals (#21) 2023-09-27 11:27:45 +01:00
Stephen Crane
972626cffd
Update README.md
remove dependency on PS2Keyboard
2023-08-30 17:01:04 +01:00
steve
be80014d06 tiny bugfix 2023-08-30 14:38:41 +01:00
steve
12bed84629 debugging 2023-08-30 14:01:30 +01:00
steve
2273388b06 configure VGA resolution 2023-08-30 09:59:31 +01:00
Stephen Crane
a3bf065d6e
Update README.md 2023-07-28 14:39:09 +01:00
Stephen Crane
bf480c36e7
Update README.md 2023-07-28 13:37:55 +01:00
Stephen Crane
393cc190e7
Arduino build (#19)
* changes for Arduino build

* update
2023-07-27 15:09:05 +01:00
Stephen Crane
628a507fe8
Pwm sound (#18)
* just use tone()/noTone() to support PWM sound now

* remove sound_pwm now

* remove sound_pwm
2023-07-27 10:50:25 +01:00
Stephen Crane
0ad9cb1741
just use tone()/noTone() to support PWM sound now (#17) 2023-07-27 10:32:20 +01:00
Stephen Crane
f4dbc8ae26
centering display (#16) 2023-07-26 15:32:11 +01:00
Stephen Crane
28f23d2aad
Merge pull request #14 from jscrane/lilypad
LilyGO
2023-07-26 13:51:19 +01:00
steve
d19c2ad395 map missing colours 2023-07-26 13:47:15 +01:00
steve
9fac3649dc initial changes for LilyGO board 2023-07-25 14:10:35 +01:00
steve
b20119558a add seek() 2023-05-25 15:05:04 +01:00
steve
c2eaeb4089 tiny tivac bugfix 2023-03-12 20:14:54 +00:00
Stephen Crane
32b1bf11f5 add hw/user.h 2021-02-27 13:32:49 +00:00
Stephen Crane
55928d498a hardware reorg 2021-02-27 12:01:52 +00:00
Stephen Crane
69f30e81a8 update for latest SD 2021-02-21 12:37:25 +00:00
Stephen Crane
7fb04ebf17 swap kbd lines on esp8266 2021-02-20 09:14:15 +00:00
Stephen Crane
ef1464a906 Merge branch 'master' of github.com:jscrane/r65emu 2021-02-19 08:28:57 +00:00
Stephen Crane
fdc54d65f6 add esp32 config 2021-02-19 08:28:47 +00:00
Stephen Crane
be3ff178c4
Update README.md 2021-02-18 15:19:46 +00:00
Stephen Crane
3f82a51311 add SPIRAM_SIZE == 0u when missing 2021-02-18 13:07:34 +00:00
Stephen Crane
5f8bb62648 add ram::page_size; sizes are unsigned 2021-02-17 14:49:40 +00:00
Stephen Crane
42566200c1 specify RAM_SIZE 2021-02-17 08:06:45 +00:00
Stephen Crane
edd6247bc6 cleanup 2021-02-16 08:57:30 +00:00
Stephen Crane
316405085b esp8266 + SpiRAM 2021-02-15 21:00:33 +00:00
Stephen Crane
68fb0f7d3f esp8266 + SpiRAM 2021-02-15 21:00:20 +00:00
Stephen Crane
d5945fa104 no storage => can't checkpoint 2020-07-08 15:25:30 +01:00
Stephen Crane
ac71ed7e98 Merge branch 'master' of github.com:jscrane/r65emu 2020-07-08 14:34:20 +01:00
Stephen Crane
803e170cf3 remove implicit hardware config 2020-07-08 14:34:12 +01:00
Stephen Crane
c45db2e8ee esp8266 wants ICACHE_RAM_ATTR 2020-07-08 14:33:52 +01:00
Stephen Crane
b65ef6bff4 adding compiler pragmas 2020-07-08 14:33:31 +01:00
Stephen Crane
48959cc415 fix compiler warning 2019-06-06 09:19:55 +01:00
Stephen Crane
421989bfc5 add checkpoint/restore for socket filer 2019-03-30 11:55:34 +00:00
Stephen Crane
d7c82c67a1 configure filers via ctor 2019-03-26 19:27:25 +00:00
Stephen Crane
e90fb2c6e7 socket filer 2019-03-25 16:12:38 +00:00
Stephen Crane
61725b7865 ... 2019-03-25 16:12:26 +00:00
Stephen Crane
0489c1d283 z80 updates 2019-03-25 16:12:08 +00:00
Stephen Crane
cd4b280410 make input buffer size configurable 2019-03-03 17:07:47 +00:00
Stephen Crane
6918621c34 irq is uint8_t 2019-03-03 17:07:23 +00:00
Stephen Crane
8431162ab3 ... 2019-03-03 14:38:47 +00:00
Stephen Crane
e18c1fbfb9 irq is uint8_t 2019-03-03 14:38:11 +00:00