1
0
mirror of https://github.com/jscrane/r65emu.git synced 2024-05-29 03:41:36 +00:00
Commit Graph

177 Commits

Author SHA1 Message Date
Stephen Crane
1f7bf6935e sound uses timed 2018-09-06 10:12:03 +01:00
Stephen Crane
ffd169fc8d fixes for ESP32 2018-09-06 09:41:30 +01:00
Stephen Crane
5af9e7b373
Merge pull request #3 from jscrane/esp32-target
Esp32 target
2018-09-06 09:31:11 +01:00
Stephen Crane
2dfc35f4f2
Merge branch 'master' into esp32-target 2018-09-06 09:30:50 +01:00
Stephen Crane
4c49c5b6a3 initial sound infrastructure 2018-09-06 09:18:23 +01:00
Stephen Crane
79ac908472 add ESP32 impl 2018-08-17 15:22:49 +01:00
Stephen Crane
cb9fba9831 add LM4F guard 2018-08-17 15:10:50 +01:00
Stephen Crane
cde06f03cd undef arduino cli/sei 2018-08-17 12:29:10 +01:00
Stephen Crane
006aab1d44 move CS to free up DAC1 2018-08-17 12:28:49 +01:00
Stephen Crane
76fefa99c6 fix compile error 2018-08-14 10:25:16 +01:00
Stephen Crane
5c6cca8d8b fix compile error 2018-08-14 10:23:45 +01:00
Stephen Crane
d281cf4bdd conflict 2018-08-14 10:15:15 +01:00
Stephen Crane
88b66effb1 checkpoint, tape, etc.
Conflicts:
	checkpoint.cpp
	hardware.h
2018-08-14 10:13:18 +01:00
Stephen Crane
5f0e16697d checkpoint, tape, etc. 2018-08-14 06:28:03 +01:00
Stephen Crane
384d14b2eb fix typo 2018-08-14 06:20:02 +01:00
Stephen Crane
77399f8d43 fix typo 2018-08-14 06:18:57 +01:00
Stephen Crane
7f8a15d22a use stdint types 2018-08-14 06:10:37 +01:00
Stephen Crane
14b5c9b48a spiram configuration 2018-08-14 06:08:15 +01:00
Stephen Crane
a769683bc6 use stdint types 2018-08-13 14:41:23 +01:00
Stephen Crane
3958d598b9 spiram configuration 2018-08-10 13:54:00 +01:00
Stephen Crane
df4fc63c86 flexible hardware config 2018-08-10 13:47:06 +01:00
Stephen Crane
42bd04d46f port to esp32 2018-08-10 13:36:41 +01:00
Stephen Crane
69f7837ac3 cleanups 2018-08-10 11:13:45 +01:00
Stephen Crane
30c049e91c fix warnings 2018-08-09 14:23:54 +01:00
Stephen Crane
e181f8e483 fixes for Energia IDE 2017-10-05 09:55:39 +01:00
Stephen Crane
fc7ded7f40 fix rstxx timings 2016-01-29 22:24:16 +00:00
Stephen Crane
6a53d688da add keypad keys 2016-01-29 22:24:05 +00:00
Stephen Crane
4f81164da9 ... 2016-01-24 15:29:06 +00:00
Stephen Crane
feb219dd2e bugfix 2016-01-24 15:28:54 +00:00
Stephen Crane
01def1ba15 remove _debug
make status header optional
2016-01-24 11:55:50 +00:00
Stephen Crane
8dbba19309 remove cruft 2016-01-23 21:15:14 +00:00
Stephen Crane
6f44a9e17b sort out status() for z80 2016-01-21 06:51:59 +00:00
Stephen Crane
8c24019f1f get negative offsets right 2016-01-21 06:32:44 +00:00
Stephen Crane
ed268ed430 minor changes 2015-12-21 12:08:51 +00:00
Stephen Crane
a2c3a54287 renaming cpu.h to avoid clash with driverlib file 2015-12-02 19:41:15 +00:00
Stephen Crane
067c23bd07 add z80 cpu 2015-12-01 19:51:45 +00:00
Stephen Crane
6856eac8a6 minor updates 2015-11-30 14:49:56 +00:00
Stephen Crane
9d092f4e8b add is_down 2014-12-17 15:24:03 +00:00
Stephen Crane
91340c358b cleanup 2014-12-17 15:21:42 +00:00
Stephen Crane
ea3d18c7fe use 0xf0 as break flag 2014-12-16 17:16:56 +00:00
Stephen Crane
f8371e10df minor kbd changes 2014-12-15 14:36:52 +00:00
Stephen Crane
50110b3525 ... 2014-12-10 12:02:47 +00:00
Stephen Crane
fab9afb6b9 add Intel 8080 cpu 2014-12-08 13:22:02 +00:00
Stephen Crane
101701f7b3 enum for orientation 2014-12-01 08:42:24 +00:00
Stephen Crane
f47148382b display orientation 2014-11-30 21:17:08 +00:00
Stephen Crane
c8d22f487c unsigned 2014-11-29 13:36:51 +00:00
Stephen Crane
ff399c5ef1 _memory -> _mem 2014-11-21 12:44:52 +00:00
Stephen Crane
c5422b8c43 replace memory ptr with reference 2014-11-20 19:21:34 +00:00
Stephen Crane
10aec57131 change debug formatting 2014-11-20 08:28:01 +00:00
Stephen Crane
93403d5a8e add step for debugging 2014-11-19 19:35:16 +00:00