ZXInterfaceZ icon indicating copy to clipboard operation
ZXInterfaceZ copied to clipboard

ZX Spectrum InterfaceZ

Results 63 ZXInterfaceZ issues
Sort by recently updated
recently updated
newest added

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.1. Release notes Sourced from loader-utils's releases. v1.4.1 1.4.1 (2022-11-07) Bug Fixes security problem (#220) (4504e34) Changelog Sourced from loader-utils's changelog. 1.4.1 (2022-11-07) Bug Fixes...

dependencies

Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.0 to 3.10.1. Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate the time spent maintaining JSZip then I would really appreciate your...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) Commits aa7a408 1.1.1...

dependencies

Use `#pargma once` everywhere.

TODO: - [ ] Verification - [x] Set corrrect chunk size - [x] Resolve address to connect to

enhancement
webui

Add HTTPS (client) support with client certificate

In order to support software which modifies attributes and pixels synchronised with the ULA rasterization process, a few changes need to be implemented to fully capture the required data: -...

Allow tapes to be paused when using internal audio. This is required for software which perform loading in parts.

Currently we have no means to capture Interrupt Mode correctly, which will break snapshots and makes it impossible to change+restore the interrupt mode when entering NMI. Since we cannot read...

bug

Allow keyboard injection from client side. This allows for remote playing.

enhancement