]> git.sesse.net Git - pistorm/shortlog
pistorm
2021-05-12 beeanyew[MEGA-WIP] Arbitrary block size support for PiSCSI
2021-05-12 beeanyewFix stupid typo
2021-05-12 beeanyewShut down RTG thread with emulator
2021-05-12 beeanyewUpdate buptest, chmod +x some scripts.
2021-05-12 beeanyewFix scaling VS aspect ratio things, fix P2D data problems
2021-05-11 beeanyewFix scaling/centering for RTG modes
2021-05-11 beeanyewRemove some duplicate RTG debug output
2021-05-11 beeanyewFix stupid automatic screen scaling
2021-05-11 beeanyewRemove some spammy RTG debug output
2021-05-11 beeanyewUpdate RTG readme
2021-05-11 beeanyewAdd PiStorm API commands to toggle RTG FPS display...
2021-05-11 beeanyewFix PiStorm dev manual memset, change RTG FPS display...
2021-05-11 beeanyewAdd memset to PiStorm API, robustify some things to...
2021-05-11 beeanyewHardware mouse cursor support for RTG
2021-05-10 beeanyewMerge pull request #23 from LinuxJedi/generation_scripts
2021-05-10 Andrew HutchingsAdd GUI generation scripts for ADF and LHA
2021-05-09 beeanyewMerge pull request #22 from shanshe/wip-crap
2021-05-09 shansheFix FPU opcode 6a -> 6c. Add more FPU opcodes
2021-05-09 beeanyewFix up P2C/P2D, fix 256th color missing in 8bpp modes
2021-05-08 beeanyewFix RTG panning, silence "Pitch" debug output.
2021-05-07 beeanyew[WIP] RTG Stuff and things
2021-05-06 beeanyewFix Musashi complation with various m68conf options
2021-05-06 beeanyewUpdate config_file.c, amiga-platform.c, and 3 more...
2021-05-06 beeanyewUpdate rtg.c
2021-05-06 beeanyew[MEGA-WIP] RTG things
2021-05-06 beeanyewUpdate raylib files and Makefile for Pi 4 testing
2021-05-06 beeanyewUpdate Makefile
2021-05-06 beeanyewUpdate Makefile and PiSCSI readme
2021-05-05 beeanyewFix RTG driver build script, update driver to allow...
2021-05-02 beeanyewMerge pull request #21 from LinuxJedi/cleanups
2021-05-02 Andrew HutchingsCleanup warnings and LinuxJedi's docs
2021-05-02 beeanyewAdd pi_memcpy to pistorm_dev.c/h
2021-05-01 beeanyewAdd MEMCPY to PiStorm device
2021-05-01 beeanyew[MEGA-WIP] Raylib-based RTG output
2021-04-29 beeanyewUpdate PiSCSI readme
2021-04-27 beeanyewMerge pull request #17 from LinuxJedi/gui-improvements
2021-04-27 Andrew HutchingsA whole bunch of GUI changes
2021-04-26 beeanyewMerge pull request #15 from LinuxJedi/file-retrieve
2021-04-26 beeanyewMerge pull request #16 from LinuxJedi/readme-fix
2021-04-26 Andrew HutchingsClarify something in a README
2021-04-26 Andrew HutchingsAdd file retrieval to GUI
2021-04-25 beeanyewMerge pull request #14 from LinuxJedi/interact-gui
2021-04-25 Andrew HutchingsInitial alpha of the PiStorm GUI tool
2021-04-25 beeanyewComment out Chip RAM clear on config switch
2021-04-25 beeanyewAdd Pi->Amiga file transfer to PiStorm interaction...
2021-04-24 beeanyewMerge pull request #13 from LinuxJedi/rom-ident
2021-04-24 Andrew HutchingsAdd ROM identification code
2021-04-24 beeanyewMerge pull request #12 from LinuxJedi/fast_boot
2021-04-24 Andrew HutchingsAdd boot script and information on faster 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-23 beeanyewSome more work on the PiSCSI interaction device
2021-04-23 beeanyewAdd PiStorm simple interaction example application
2021-04-22 beeanyewAdd PiStorm interaction autoconf device
2021-04-22 beeanyewRemove old IRQ delay debug setting
2021-04-22 beeanyewFix Z3 Fast autoconf on Kickstart 2.0
2021-04-21 beeanyewMerge pull request #11 from shanshe/wip-crap
2021-04-20 shansheRTG off after Amiga reset
2021-04-20 beeanyewMerge pull request #10 from LinuxJedi/fpu_opcodes
2021-04-20 Andrew HutchingsMake more FPU opcodes work
2021-04-20 beeanyewUpdate PiSCSI readme with some additional info
2021-04-18 beeanyewMerge pull request #9 from shanshe/wip-crap
2021-04-18 shansheFull FPU implementation (adapted from UAE)
2021-04-16 beeanyewFix up buptest after IDE emulation layer removal
2021-04-16 beeanyewMerge pull request #8 from LinuxJedi/wip-license
2021-04-16 beeanyewFix up Musashi performance with prefetch enabled
2021-04-16 Andrew HutchingsAdd license information to source
2021-04-15 beeanyewActually remove the old unused bitstream
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 ninelabels don't need a semicolon :)
2021-04-14 just ninesilly labels to differentiate what's what in startup
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 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 shansheBus Error and 68k OPs update (to latest MAME)
2021-04-13 shansheMMU and InstructionCache update (MAME's latest code)
2021-04-13 shansheFPU update as latest MAME
2021-04-13 shansheSilence some compile warnings
2021-04-13 beeanyewHide Pi mouse cursor while RTG is active
2021-04-11 beeanyewAdd keyboard event source file setting to config-file
2021-04-11 beeanyewFix EPM240 openocd shell script
2021-04-11 beeanyewFix shift+R reset sometimes not working, update RTG...
2021-04-10 beeanyewUpdate default.cfg with some more information
2021-04-10 beeanyewMinor project readme update
2021-04-10 beeanyewAllow Z3 PICs to be configured in Z2 autoconf address...
2021-04-08 beeanyewMake OpenOCD configs -quiet again and update the readme...
2021-04-08 beeanyewUpdate readme(s) and Hardware files
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 nineadd cra and crb registers
next