]> git.sesse.net Git - pistorm/history - emulator.c
Add Meson build files.
[pistorm] / emulator.c
2021-06-25 Rune HolmAs Arm is an architecture with weakly ordered memory,
2021-06-25 Rune Holmavoid false sharing between the do_reset and amiga_rese...
2021-06-24 beeanyewBreak IRQs again
2021-06-23 beeanyewRevert to new IRQ behavior after some unsuccessful...
2021-06-23 beeanyewAdd some more Mac68k handling stuff
2021-06-21 beeanyewMerge pull request #49 from runehol/main
2021-06-20 Rune Holmintroducing CPU state parameter 5 - now switched most...
2021-06-20 Rune Holmintroducing CPU state parameter
2021-06-20 beeanyew[HAX] Fix old-new IRQ behavior a bit?
2021-06-20 beeanyew[HAX] Try some different IRQ behavior
2021-06-18 beeanyewMerge pull request #48 from runehol/main
2021-06-18 Rune Holmmove address translation cache fields from global varia...
2021-06-18 beeanyewAdd some Mac thing to enable/disable ROM overlay
2021-06-18 beeanyewMove Amiga register read/write checks to PLATFORM_AMIGA...
2021-06-18 beeanyew[HAX] Inline ps_read8/16/32 in emulator.c to avoid...
2021-06-18 beeanyewAdd some Mac thing to enable/disable ROM overlay
2021-06-18 beeanyewMove Amiga register read/write checks to PLATFORM_AMIGA...
2021-06-17 beeanyew[HAX] Inline ps_read8/16/32 in emulator.c to avoid...
2021-06-13 beeanyewMerge pull request #30 from beeanyew/wip-crap
2021-06-11 beeanyewMerge pull request #42 from runehol/main
2021-06-11 beeanyewMerge branch 'wip-crap' into main
2021-06-11 Rune HolmCreated address translation fast path for code reads...
2021-06-08 beeanyewReduce lag of repeatedly triggered interrupts a bit
2021-06-07 beeanyewSupport unaligned memory writes over the 68000 bus
2021-05-23 beeanyewAbuse PiStorm Device code to load configs on startup
2021-05-21 beeanyewAdd support for automatic ROM range dumping to memory...
2021-05-19 beeanyewReplace/clean up old platform read/write check macros
2021-05-15 Paulo DuarteMerge remote-tracking branch 'niklasekstrom/autoconfig_...
2021-05-13 beeanyewFix platform write check bug
2021-05-13 beeanyewRemove CIA ovl enable write on boot, fix RTC size in...
2021-05-12 beeanyewShut down RTG thread with emulator
2021-04-25 beeanyewComment out Chip RAM clear on config switch
2021-04-24 beeanyewMerge pull request #12 from LinuxJedi/fast_boot
2021-04-24 beeanyewAdd terrifying Pi shutdown command
2021-04-23 beeanyewThe remainder of the initial PiStorm interaction stuff...
2021-04-23 beeanyewAdd not-so-simple config switching from Amiga side
2021-04-22 beeanyewMerge pull request #21 from beeanyew/wip-crap
2021-04-22 beeanyewRemove old IRQ delay debug setting
2021-04-21 captain-amygdalaMerge pull request #20 from beeanyew/wip-crap
2021-04-21 beeanyewMerge pull request #11 from shanshe/wip-crap
2021-04-20 shansheRTG off after Amiga reset
2021-04-16 captain-amygdalaMerge pull request #18 from beeanyew/wip-crap
2021-04-16 beeanyewMerge pull request #8 from LinuxJedi/wip-license
2021-04-16 Andrew HutchingsAdd license information to source
2021-04-15 captain-amygdalaMerge pull request #17 from beeanyew/wip-crap
2021-04-15 beeanyewMerge pull request #7 from borb/feature/fixes-and-keyb...
2021-04-14 just ninesquash silly warning
2021-04-14 just ninehandle keyboard/mouse autoconnect
2021-04-14 just ninereintroduce this label
2021-04-14 just nineungrab when quitting emulation
2021-04-14 just ninesupport emulation quit (see long msg for more)
2021-04-14 just nineglobal scope not needed, move to kbd_task function
2021-04-14 just ninesupport stealing the keyboard from the input layer
2021-04-14 captain-amygdalaMerge pull request #16 from beeanyew/wip-crap
2021-04-14 beeanyewRemove IDE emulation, update default.cfg with a note...
2021-04-14 beeanyewMerge pull request #6 from shanshe/wip-crap
2021-04-13 shansheReset from Amiga CTRL+A+A
2021-04-13 shansheSilence some compile warnings
2021-04-11 beeanyewAdd keyboard event source file setting to config-file
2021-04-11 beeanyewFix shift+R reset sometimes not working, update RTG...
2021-04-08 captain-amygdalaMerge pull request #12 from beeanyew/wip-crap
2021-03-22 beeanyewMinor updates
2021-03-08 beeanyewMerge pull request #5 from borb/0.x-borb
2021-03-08 Rob AndrewsMerge branch 'wip-crap' of https://github.com/beeanyew...
2021-03-08 beeanyew[WIP] IRQ experiments, revert Musashi speed hax for now
2021-03-06 just nineremove debug message
2021-03-06 just ninewip threaded input: NB NOT THREADSAFE YET
2021-03-06 just nineuse goto to avoid condition check in loop
2021-03-06 just nineMerge branch 'wip-crap' into 0.x-dev
2021-03-06 just ninemove cpu into a separate thread
2021-03-05 just ninedon't do last_irq thing; rely in M68K_SET_IRQ
2021-03-05 just ninegive threads titles
2021-03-05 just ninetidy up headers, remove extraneous duplicate decls
2021-02-16 beeanyew[WIP] PiSCSI custom file system experiments
2021-02-10 beeanyew[WIP] Pile of stuff
2021-01-31 beeanyew[WIP] PiSCSI boot ROM disabled for now
2021-01-29 beeanyew[WIP] PiSCSI boot ROM experiments
2021-01-27 beeanyew[WIP] PiSCSI, Pi-NET and some other things
2021-01-19 beeanyewCreepy CDTV experiments
2021-01-15 beeanyewUpdate emulator.c
2021-01-15 beeanyewIDE updates, fix mouse hook hotkey
2021-01-14 beeanyewFix keyboard hook shortcut key
2021-01-14 beeanyewFix A4000 Gayle
2021-01-12 beeanyewAdd working keyboard forwarding for Amiga
2021-01-10 beeanyewFix masked FillRect, add buptest bus tester
2021-01-10 beeanyewFix up mouse forwarding
2021-01-09 beeanyewAdd mask handling to all RTG ops, add real time disasse...
2021-01-09 beeanyewFix some bugs, accelerate Planar2Chunky
2021-01-06 beeanyewGPIO/IRQ improvements from Claude
2021-01-06 beeanyewSome Musashi mapping and RTG fixes/debug
2021-01-05 beeanyewMORE STUFF
2021-01-05 beeanyewUpdated SDL2 RTG output courtesy of Claude
2021-01-05 beeanyewDysfunctional SDL2 RTG output
2021-01-03 beeanyewAdd dumb framebuffer RTG
2021-01-01 beeanyewSome more cleanup, improve IRQ checking a little
2021-01-01 beeanyewSome random cleanup
2021-01-01 beeanyewUpdate config_file.h, emulator.c, and amiga-platform.c
2021-01-01 beeanyewUpdate Gayle.c, emulator.c, and amiga-platform.c
2021-01-01 beeanyewMerge pull request #1 from beeanyew/minor-optimizations
2021-01-01 beeanyewFix silly RTC and emulator.c mistakes
next