Commit Graph

407 Commits

Author SHA1 Message Date
Ivan Izaguirre c77041195e Fixes on the Mouse card 2024-02-12 23:20:31 +01:00
Ivan Izaguirre 51a7f17e5b Improve usage message and automate the inclusion in README.md 2024-02-12 20:45:52 +01:00
Ivan Izaguirre 9178372942 Better usage info 2024-02-08 22:17:14 +01:00
Ivan Izaguirre 3a6b8648a6 Apple II rev 0 model 2024-02-08 20:34:49 +01:00
Ivan Izaguirre 5cf351f05c Reverse 6 colors mod 2024-02-08 20:24:37 +01:00
Ivan Izaguirre 7cd5ce02ec Emulation of the improved Dan ][ card 2024-01-31 23:17:47 +01:00
Ivan Izaguirre 18c0779064 Dan ][ Controller card 2024-01-30 00:33:53 +01:00
Ivan Izaguirre f0f8d6448e Original BrainBoard card 2024-01-27 17:28:54 +01:00
Ivan Izaguirre e17033329d Original BrainBoard card 2024-01-27 17:21:54 +01:00
Ivan Izaguirre 36faa6e906 Original BrainBoard card 2024-01-27 17:21:54 +01:00
Ivan Izaguirre b2cf890957 Trace sofswitches per card 2024-01-27 17:21:54 +01:00
Iván Izaguirre 0c615fc96c Some traces for CP/M 65, test for CP/M 65 boot and some other changes 2024-01-25 22:20:22 +01:00
Iván Izaguirre 624374f344 Video 7 RGB doesn't have NTSC artifacts on the mixed mode text 2024-01-25 18:42:59 +01:00
Iván Izaguirre ddfc462927 Card Disk II softswitches are active also on writes. CP/M 85 relies on that. 2024-01-25 18:42:59 +01:00
Iván Izaguirre 4b2a0d836f Improve rendering 2024-01-25 18:42:59 +01:00
Ivan Izaguirre 9c27175f86 ROM can be paged, refactor the Base64A ROM 2024-01-22 23:09:35 +01:00
Ivan Izaguirre 63c982d976 Update dependencies to get more undocumented opcodes from iz6502 2024-01-22 21:02:57 +01:00
Ivan Izaguirre 98e6dd0cb5 Add an 80 col card by default for the ][+ 2024-01-22 21:02:00 +01:00
Ivan Izaguirre a66dc18226 Fix Base64a boot test 2024-01-15 23:54:15 +01:00
Iván Izaguirre 677e1113cb MultiROM card by davidm in applefritter 2024-01-15 21:09:02 +01:00
Iván Izaguirre ea492f118e Card refactor bits 2024-01-15 21:08:18 +01:00
Iván Izaguirre e966b57a0c Tests of card presence with Card Cat 2024-01-06 23:41:38 +01:00
Iván Izaguirre b1a643f748 A2AUDIT tests 2024-01-06 23:40:54 +01:00
Iván Izaguirre c24eeef200 Update depdendencies 2024-01-06 23:40:22 +01:00
Iván Izaguirre 0a1a619586 Configuration redone 2024-01-06 21:48:23 +01:00
Ivan Izaguirre ba4c7437b4 Emulate the Brain Board II 2023-12-18 23:16:41 +01:00
dependabot[bot] ca49f0f535 Bump golang.org/x/net from 0.7.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.7.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-25 09:34:31 +02:00
Chris Green e770dbc058 Make device panel scrollable
Previous panel caused main window to resize when device panel was enabled so if the vertical resolution wasn't big enough you'd lose visibility of the toolbar and the text would be noticeably distorted.
2023-10-25 09:27:18 +02:00
Chris Green 4e116182e7 replace deprecated Fyne call 2023-10-25 09:27:18 +02:00
Iván Izaguirre 8ea72357d5 Support for 4 disks on the command line. Support tyo trace track changes. 2023-09-25 20:55:06 +02:00
Iván Izaguirre 63e3e8b80b Fix on the Apple Pascal traces 2023-09-25 20:47:57 +02:00
Chris Green 996772a023
fix disk b index for sequencer drive (#21)
Disk B for sequencer drive was using index 0 instead of 1, so both -disk and -diskb were setting the first disk.
2023-09-22 09:00:37 +02:00
Ivan Izaguirre eb34906fea Using sonarqube 2023-09-15 17:39:21 +02:00
dependabot[bot] fa17d4baa4
Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 (#20)
Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0.

---
updated-dependencies:
- dependency-name: gopkg.in/yaml.v3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-30 16:45:04 +02:00
Iván Izaguirre a89cf24fe7 Change diskettes with drag and drop 2023-04-04 18:35:13 +02:00
Iván Izaguirre e38c4cf57b Fix for the same issue on RGB card as mamedev 10975 2023-03-10 21:10:20 +01:00
Iván Izaguirre 0a76765b8e Woz test for Command is unstable 2023-03-10 16:23:27 +01:00
Iván Izaguirre 02b6fd0fea Pass tests on Mac 2023-03-10 16:13:55 +01:00
dependabot[bot] 259d7e2cfe
Bump golang.org/x/net from 0.0.0-20220225172249-27dd8689420f to 0.7.0 (#18)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220225172249-27dd8689420f to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 16:47:02 +01:00
dependabot[bot] 39a2c7325c
Bump golang.org/x/image from 0.0.0-20220321031419-a8550c1d254a to 0.5.0 (#17)
Bumps [golang.org/x/image](https://github.com/golang/image) from 0.0.0-20220321031419-a8550c1d254a to 0.5.0.
- [Release notes](https://github.com/golang/image/releases)
- [Commits](https://github.com/golang/image/commits/v0.5.0)

---
updated-dependencies:
- dependency-name: golang.org/x/image
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 10:41:49 +01:00
dependabot[bot] a4f459cab4
Bump golang.org/x/text from 0.3.7 to 0.3.8 (#15)
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
- [Release notes](https://github.com/golang/text/releases)
- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)

---
updated-dependencies:
- dependency-name: golang.org/x/text
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-27 10:35:59 +01:00
Iván Izaguirre a5e8c200c7 Parallel Printer Card works with PrintShopPro 2022-11-26 22:24:15 +01:00
Ivan Izaguirre e7ba568149 Imaginary Fujinet Clock device with prodos datetime format 2022-11-14 18:47:14 +01:00
Ivan Izaguirre 192166435b Imaginary Fujinet Clock device 2022-11-01 16:57:45 +01:00
Ivan Izaguirre 39e0c9ef7a Rename SmartPort constants 2022-10-31 22:57:18 +01:00
Ivan Izaguirre 33ea1f6e7a Basic Fujinet network support, iis-tracker works 2022-10-31 22:47:53 +01:00
Ivan Izaguirre 9f36507fa5 Support multiple devices on the Smartport card 2022-10-24 23:15:20 +02:00
Ivan Izaguirre 718f0b60b3 Fujinet network device 2022-10-24 23:09:06 +02:00
Ivan Izaguirre 5d857dda4b Separation of the Smartport card and the Smartport hard disk 2022-10-23 18:07:00 +02:00
Ivan Izaguirre d631ee7973 Updates and lint warning 2022-10-23 18:02:47 +02:00