Stephen Anthony
|
66bd5c49a6
|
Fix 'ovveride' warning from clang.
Convert 'template class' to the more modern 'template typename'.
|
2020-04-13 17:30:36 -02:30 |
Stephen Anthony
|
9ad47ae5f3
|
Updated copyright to 2020. Happy New Year to anyone reading this!
|
2019-12-31 13:48:56 -03:30 |
Stephen Anthony
|
b2c70d7677
|
First pass at moving to default member initialization.
This fixes potential issues with forgetting to initialize in c'tors.
|
2019-12-28 21:14:52 -03:30 |
Stephen Anthony
|
275666b0af
|
The annual copyright year update.
|
2019-01-01 11:35:51 -03:30 |
Christian Speckner
|
b58d843732
|
Clear fatal error flag on enetering the CPU main loop; code beautification.
|
2018-12-05 00:00:01 +01:00 |
Christian Speckner
|
f08ba16acb
|
Handle fatal errors on main thread.
|
2018-12-04 21:45:14 +01:00 |
Stephen Anthony
|
8c7488914d
|
Fix some warnings generated by cppcheck (a C++ linter).
|
2018-08-27 11:09:03 -02:30 |
thrust26
|
89b0759da5
|
fix #338
|
2018-08-07 09:37:25 +02:00 |
Christian Speckner
|
af5eea286c
|
Fix debugger start parameters:
* Pass parameters from DispatchResult to debugger
* Fix default trap type (= read)
* Remove fallout from branch merge
|
2018-08-06 09:31:13 +02:00 |
Stephen Anthony
|
1a97c5bc93
|
Minor updates to Xcode project.
Changed uInt32 to uInt64 in several places, standardizing on uInt64 for cycle-related variables.
|
2018-07-01 23:23:11 -02:30 |
Christian Speckner
|
a5ce457b72
|
Implement triple buffering in TIA.
|
2018-05-27 00:26:36 +02:00 |
Christian Speckner
|
a14cf8d077
|
Refactoring: start debugger from dispatch loop.
|
2018-05-24 00:13:43 +02:00 |