diff options
author | Jesse Talavera-Greenberg <jesse@jesse.tg> | 2023-10-24 17:27:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 23:27:55 +0200 |
commit | 8c4e5af737ab0dddb91bd593f51d815d1a04a7b1 (patch) | |
tree | e15ec8c089bb6ab8454faef1026eaeac35db7349 /src/frontend/qt_sdl | |
parent | bf81b87a60373d82bedc76d316a980a700f89031 (diff) |
Slight polish to DMA (#1856)
* Slight polish to DMA
- Default-initialize members explicitly
- Mark some methods as const noexcept
- Initialize DMA::MRAMBurstTable to DMATiming::MRAMDummy
- Use the default destructor
* Move DMA_Timings definitions to a source file
- To ensure constant and unique addresses
* Include some extra DMA members in the savestate
* Simplify serializing the DMA table
- Extend the dummy table to 256 bytes (same length as the real ones)
* Revert the type change to DMA::DoSavestate
* Keep the MRAMBurstTable inside the DMA class, instead of using a pointer
- If we use a pointer to an external table, then we can't use it in savestates (else that external table gets overwritten)
Diffstat (limited to 'src/frontend/qt_sdl')
0 files changed, 0 insertions, 0 deletions