Commit Graph

1329 Commits

Author SHA1 Message Date
scawful
6eeb40ac8b Remove caller graphs from doxygen because it is graphing the threaded behavior of OverworldMap::BuildMap, which is undesired 2024-04-22 17:01:08 -04:00
scawful
97f74b9c4b Remove emu tests from build, as interfaces have changed and will be updated later 2024-04-22 17:00:24 -04:00
scawful
fd64835d22 Overhaul Cpu, interrupts, cycling, addressing, instructions, etc 2024-04-22 16:59:04 -04:00
scawful
1a4563f9e7 overhaul cleanups 2024-04-22 15:58:39 -04:00
scawful
b4556b56f0 Overhaul PPU, manage scanlines and forced blanking, vram, cgram, oam, color math, layers, windows, pixel buffer, latching 2024-04-22 15:58:08 -04:00
scawful
3b462970f6 overhaul memory, manage open bus, pal timing, v_pos, h_pos, cartridges, dma channels 2024-04-22 15:57:19 -04:00
scawful
4715cd30bc Add DmaChannel, implement DMA functions 2024-04-22 15:56:24 -04:00
scawful
1c9c1592eb Overhaul Apu, add cycling and port handling 2024-04-22 15:55:57 -04:00
scawful
ca1d0e9131 Overhaul Spc700 implementation, add apu callbacks 2024-04-22 15:55:37 -04:00
scawful
3eb245f985 Add DspChannel and implement the Digital Signal Processor 2024-04-22 15:53:47 -04:00
scawful
917cd26a6e Add SNES BBus, registers, input, nmi/irq, joypad handling, frame timing, cpu callbacks, etc 2024-04-22 15:53:17 -04:00
scawful
541e045c46 Call Dsp::GetSamples from SNES SetSamples 2024-04-20 08:10:18 -04:00
scawful
e89d768b5a Add Dsp::GetSamples and cleanup Apu 2024-04-20 08:09:43 -04:00
scawful
a2bda63ae5 Add Controller::LoadAudioDevice and cleanup audio device OnExit 2024-04-20 07:47:57 -04:00
scawful
7072c18a92 Add Controller::PlayAudio for Emulator 2024-04-20 07:40:44 -04:00
scawful
2de3b283cd Add SNES::SetSamples and accessors for snes object 2024-04-20 07:40:27 -04:00
scawful
c6df32ffe8 Add test for AsmParser::Tokenize 2024-04-19 21:45:51 -04:00
scawful
fce50b486a Update AsmParser algorithm based on asar inferred labeling, WIP 2024-04-19 21:44:51 -04:00
scawful
c5f0d38c45 Add pair key mnemonic to opcode map and structs 2024-04-19 21:44:29 -04:00
scawful
dc91c91c39 set log to debugger flag to true 2024-04-19 19:04:57 -04:00
scawful
ecf9c7c415 Add opcode_to_cycle_count map, update emu layout 2024-04-19 19:04:41 -04:00
scawful
2b11e61aac Update emulator zeml layout 2024-04-19 18:06:13 -04:00
scawful
914132a87b Add size parsing 2024-04-19 18:06:03 -04:00
scawful
a825ac36b2 Increase NotifyObservers data arg to uint16_t from uint8_t 2024-04-19 17:55:52 -04:00
scawful
c906da46a0 Consolidate SNES::Init 2024-04-19 17:54:26 -04:00
scawful
a1558fd9a2 replace flags void* with std::shared_ptr 2024-04-19 17:54:14 -04:00
scawful
5fecbc6939 Remove SNES::StartApuDataTransfer 2024-04-19 16:52:56 -04:00
scawful
b9212732a3 Add flags to collapsing headers in zeml 2024-04-19 16:40:53 -04:00
scawful
e8fe8a6c79 Initialize mode0 backgrounds, cleanup skeleton code 2024-04-19 16:03:15 -04:00
scawful
07feeac7c2 Update emulator instruction log filtering 2024-04-19 16:02:55 -04:00
scawful
b9be709832 Add flags, file mgmt, widgets to zeml 2024-04-19 11:13:34 -04:00
scawful
ccf234aacd Add LoadRom to MasterEditor 2024-04-19 11:12:59 -04:00
scawful
26a15b9dfe Initialize OverworldEditor zeml from MasterEditor OnEntry 2024-04-19 11:12:47 -04:00
scawful
70cead23cb Add zeml layout to OverworldEditor 2024-04-19 11:12:23 -04:00
scawful
a18b6db285 Remove Emulator::RenderCpuState 2024-04-17 20:34:37 -04:00
scawful
597d3bac38 add function to zeml header 2024-04-17 20:33:19 -04:00
scawful
d14b2beec8 Condense emulator zeml layout, include function in zeml 2024-04-17 20:26:46 -04:00
scawful
a01e963efb Use zeml for emulator cpu state layout and emulator menu bar 2024-04-17 20:12:51 -04:00
scawful
6c330eabd8 Add zeml, zelda3 editor markup language, for UI rendering and data manipulation 2024-04-17 20:12:17 -04:00
scawful
11004cfa46 Add scad_format namespace 2024-04-14 15:49:57 -05:00
scawful
5f7cd952d9 put palette_group_internal inside of gfx namespace 2024-04-14 15:38:43 -05:00
scawful
82ee1ad62d Move LoadAllPalettes and palette_group_internal to snes_palette 2024-04-14 15:27:37 -05:00
scawful
dfbe0014d9 Fix references to Rom class in comments 2024-04-14 15:20:56 -05:00
scawful
a647670d30 update imgui and asar submodules 2024-04-14 15:03:10 -05:00
scawful
81e5659c1f Replace BuildAndRenderBitmap with Rom::CreateAndRenderBitmap 2024-04-14 15:02:56 -05:00
scawful
5953e58bd4 Rename SharedROM to SharedRom 2024-04-14 14:51:53 -05:00
scawful
7e46cf1c64 Rename ROM class to Rom 2024-04-14 14:47:17 -05:00
scawful
b06e22dc0d Add zelda3::overworld namespace 2024-04-14 14:37:53 -05:00
scawful
cc05f1b469 add zelda3::screen namespace 2024-04-14 13:49:00 -05:00
scawful
e72b08eae4 add zelda3::music namespace, update documentation 2024-04-14 13:46:23 -05:00