10000 Tags · MartianGirl/SpecIde · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: MartianGirl/SpecIde

Tags
10000

20250608

Toggle 20250608's commit message
Add amber mode and custom palette for CPC.

Improved green palette for CPC.

20250531

Toggle 20250531's commit message
Do not reset the clock at the beginning of a frame.

This way the estimated running time and the actual running time are
always considered, so the delay time is adaptive.

20250504

Toggle 20250504's commit message
Add Late Timings option for 48K models

The new options are --late/--early.

20250307

Toggle 20250307's commit message
Fix compilation guard

20250222

Toggle 20250222's commit message
Add the case for big endian uint32_t for the previous commit

20240729

Toggle 20240729's commit message
Fix bugs in the PZX implementation

- PULS repetition count of zero (0x8000) is not allowed.
- Zero-length pulse at beginning of tape caused crash.
- Tidy messages.

20240728

Toggle 20240728's commit message
Clarify tape code

20240713

Toggle 20240713's commit message
Reimplement sound filters to use accumulators.

The previous implementation using buffers was very inefficient.
Thanks Patrik Rak for the comment and hint.

20240630

Toggle 20240630's commit message
Fix sound stutter in Windows/MinGW builds

- Using SFML for timers/clocks instead of Boost/C++ stdlib
- Removed Boost as dependency, as it is unused (except for tests)
- Fixed Z80FileTest compilation
- Removed Z80File unused member

20240622

Toggle 20240622's commit message
Fix starting t-state when loading Z80 snaps

0