Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: tattlemuss/hatari

Tags

hrdb-v0.010

Toggle hrdb-v0.010's commit message
Update release notes for v0.010

hrdb-v0.009-dsp2

Toggle hrdb-v0.009-dsp2's commit message
Hatari: fixed regression in bpdel command.

Argument index wasn't incremented when reading the bp index.

hrdb-v0.009-dsp

Toggle hrdb-v0.009-dsp's commit message
Update version number and keyboard shortcut doc.

hrdb-v0.009

Toggle hrdb-v0.009's commit message
Update version string.

hrdb-v0.009alpha

Toggle hrdb-v0.009alpha's commit message
Update version string and display version on startup.

v2.5.0

Toggle v2.5.0's commit message
Added tag v2.5.0

hrdb-0.008e

Toggle hrdb-0.008e's commit message
Update 0.008 release notes.

hrdb-0.008d

Toggle hrdb-0.008d's commit message
Correct logic for bad strings in read_hex32_value()

Check for an initial hex char rather than "not zero", else a junk
char like "Z" would be seen as a valid zero-value.

hrdb-0.008c

Toggle hrdb-0.008c's commit message
Bug fix: trigger fast-forward from the startup debugger script.

This stops the fastforward being accidentally overridden if there is a
command line option specifying a config file.

hrdb-0.008b

Toggle hrdb-0.008b's commit message
Add support Windows file names in breakpoint options

By requiring that all breakpoint options are prefixed with a space:
	:once :file C:\BT.INI :quiet

Reported by Tat:
	https://www.atari-forum.com/viewtopic.php?p=450556#p450556