]> git.sesse.net Git - pistorm/log
pistorm
2 years agoFixed a314fs paths
Paulo Duarte [Sun, 23 May 2021 08:24:12 +0000 (09:24 +0100)]
Fixed a314fs paths

2 years agoAbuse PiStorm Device code to load configs on startup
beeanyew [Sun, 23 May 2021 07:54:39 +0000 (09:54 +0200)]
Abuse PiStorm Device code to load configs on startup

2 years agoMerge pull request #30 from LinuxJedi/fix-disk-icon
beeanyew [Sun, 23 May 2021 07:33:51 +0000 (09:33 +0200)]
Merge pull request #30 from LinuxJedi/fix-disk-icon

Update icon used in pistorm HDF

2 years agoUpdate icon used in pistorm HDF
Andrew Hutchings [Sun, 23 May 2021 07:29:47 +0000 (08:29 +0100)]
Update icon used in pistorm HDF

Now uses the PiStorm logo

2 years agoWorking AddDosNode/Enqueue for PiSCSI
beeanyew [Sun, 23 May 2021 04:12:07 +0000 (06:12 +0200)]
Working AddDosNode/Enqueue for PiSCSI

Still doesn't work on Kickstart 1.3, needs additional handling for the FileSystem.resource stuff

2 years agoNon-working AddDosNode/Enqueue experiments for PiSCSI
beeanyew [Sat, 22 May 2021 21:44:30 +0000 (23:44 +0200)]
Non-working AddDosNode/Enqueue experiments for PiSCSI

2 years agoUpdate default.cfg
beeanyew [Sat, 22 May 2021 07:48:05 +0000 (09:48 +0200)]
Update default.cfg

2 years agoMinor cleanup
beeanyew [Sat, 22 May 2021 02:28:36 +0000 (04:28 +0200)]
Minor cleanup

Make PiSCSI always print to console if no handler is found for the file system, since this can cause a reboot loop.
Move PiStorm device SWREV out of debug output define check.
Silence loadseg debug message.

2 years agoAdd support for automatic ROM range dumping to memory/file
beeanyew [Fri, 21 May 2021 16:53:31 +0000 (18:53 +0200)]
Add support for automatic ROM range dumping to memory/file

2 years agoMerge pull request #29 from LinuxJedi/byte-swap
beeanyew [Fri, 21 May 2021 07:34:12 +0000 (09:34 +0200)]
Merge pull request #29 from LinuxJedi/byte-swap

Identify and fix byte-swapped ROMs

2 years agoIdentify and fix byte-swapped ROMs
Andrew Hutchings [Fri, 21 May 2021 07:15:02 +0000 (08:15 +0100)]
Identify and fix byte-swapped ROMs

Logs and byte swaps ROMs back if byte swapped versions are found.

2 years agoAdd a314-shared directory
beeanyew [Thu, 20 May 2021 18:36:01 +0000 (20:36 +0200)]
Add a314-shared directory

2 years agoMaybe make A314 emulation launch Python scripts automatically
beeanyew [Thu, 20 May 2021 18:34:14 +0000 (20:34 +0200)]
Maybe make A314 emulation launch Python scripts automatically

2 years agoChmod +x some Python scripts
beeanyew [Thu, 20 May 2021 17:42:30 +0000 (18:42 +0100)]
Chmod +x some Python scripts

2 years agoFix up Amiga input keymap a bit
beeanyew [Wed, 19 May 2021 21:32:52 +0000 (23:32 +0200)]
Fix up Amiga input keymap a bit

2 years agoReplace/clean up old platform read/write check macros
beeanyew [Wed, 19 May 2021 16:54:56 +0000 (18:54 +0200)]
Replace/clean up old platform read/write check macros

2 years agoMerge pull request #28 from LinuxJedi/pistorm_utils_drive
beeanyew [Wed, 19 May 2021 12:29:25 +0000 (14:29 +0200)]
Merge pull request #28 from LinuxJedi/pistorm_utils_drive

Add PiStorm utilities / drivers HDF

2 years agoAdd PiStorm utilities / drivers HDF
Andrew Hutchings [Wed, 19 May 2021 09:54:27 +0000 (10:54 +0100)]
Add PiStorm utilities / drivers HDF

A small hard drive image that includes all the utilities and drivers for
PiStorm. Along with a shell script to rebuild it.

It is mounted by default using piscsi6 when piscsi is enabled.

This branch also fixes the GUI crash that can happen when an interrupt
fires during a ROM switch.

2 years agoRemove obsolete build files
beeanyew [Wed, 19 May 2021 11:28:06 +0000 (13:28 +0200)]
Remove obsolete build files

2 years agoActually build the new eth driver to the correct directory
beeanyew [Wed, 19 May 2021 10:28:36 +0000 (12:28 +0200)]
Actually build the new eth driver to the correct directory

2 years agoAdapt A314eth.device to PiSCSI device driver framework
beeanyew [Wed, 19 May 2021 01:57:13 +0000 (03:57 +0200)]
Adapt A314eth.device to PiSCSI device driver framework

Driver seemingly works, NAT/ethernet.py doesn't?

2 years agoFix config file parsing, add support for filename with spaces using quotes
beeanyew [Tue, 18 May 2021 22:04:38 +0000 (00:04 +0200)]
Fix config file parsing, add support for filename with spaces using quotes

For instance:
`map type=rom address=0xF80000 size=0x80000 file="../kick31 1200.rom" ovl=0`

2 years agoGet rid of some address translation
beeanyew [Tue, 18 May 2021 17:13:26 +0000 (19:13 +0200)]
Get rid of some address translation

2 years agoMaybe make A314 emulation able to access the bus
beeanyew [Tue, 18 May 2021 12:45:21 +0000 (14:45 +0200)]
Maybe make A314 emulation able to access the bus

Yes, it is untested.

2 years agoAdapt piaudio to work on PiStorm + A314 emulation
beeanyew [Tue, 18 May 2021 11:53:01 +0000 (13:53 +0200)]
Adapt piaudio to work on PiStorm + A314 emulation

Maybe, maybe not, I have no idea. Untested, and will remain so, by me.

2 years agoMove ethernet.py to a314/files_pi
beeanyew [Tue, 18 May 2021 11:43:35 +0000 (13:43 +0200)]
Move ethernet.py to a314/files_pi

2 years agoRemove non-working binaries
beeanyew [Tue, 18 May 2021 11:33:46 +0000 (13:33 +0200)]
Remove non-working binaries

2 years agoAdapt a314eth to work on PiStorm + A314 emulation
beeanyew [Tue, 18 May 2021 11:33:06 +0000 (13:33 +0200)]
Adapt a314eth to work on PiStorm + A314 emulation

Please don't ask me how this works, I have no idea.

2 years agoAdapt a314fs to work on PiStorm + A314 emulation
beeanyew [Tue, 18 May 2021 11:09:45 +0000 (13:09 +0200)]
Adapt a314fs to work on PiStorm + A314 emulation

Requires a314fs in L:, a314fs-mountlist in DEVS:DosDrivers and somehow a314fs.py started after the emulator but before mounting the drive.
Untested.

2 years agoAdjust picmd.py
beeanyew [Tue, 18 May 2021 03:35:27 +0000 (05:35 +0200)]
Adjust picmd.py

Okay, maybe the config files don't need to be in some sudo-only directory.

2 years agoAdapt picmd to work on PiStorm + A314 emulation
beeanyew [Tue, 18 May 2021 03:15:42 +0000 (05:15 +0200)]
Adapt picmd to work on PiStorm + A314 emulation

Requires both .cfg files from `files_pi` to be in /etc/opt/a314, and picmd.py needs to be started after the emulator.
I have no idea how to better streamline this, but I'm sure someone will come up with a brilliant solution.

2 years agoUpdate Pi4 raylib dependencies
beeanyew [Mon, 17 May 2021 20:39:04 +0000 (22:39 +0200)]
Update Pi4 raylib dependencies

2 years ago[GOOF] Actually put the new a314.device in the correct directory
beeanyew [Mon, 17 May 2021 19:46:29 +0000 (21:46 +0200)]
[GOOF] Actually put the new a314.device in the correct directory

2 years agoA314 updates
beeanyew [Mon, 17 May 2021 19:43:03 +0000 (21:43 +0200)]
A314 updates

Replace a314.device with one suitable for PiStorm
Adjust address of writes/reads to/from the emulated device
Add missing includes to startup.c

2 years agoMerge pull request #27 from LinuxJedi/fix-tool-build
beeanyew [Mon, 17 May 2021 13:57:19 +0000 (15:57 +0200)]
Merge pull request #27 from LinuxJedi/fix-tool-build

Fix PiSimple build.sh

2 years agoFix PiSimple build.sh
Andrew Hutchings [Mon, 17 May 2021 13:53:38 +0000 (14:53 +0100)]
Fix PiSimple build.sh

proto/expansion.h is needed for GCC and it doesn't hurt VBCC, so let's
bring it back.

2 years agoAdd missing copyright to A314 source files
beeanyew [Mon, 17 May 2021 12:45:46 +0000 (14:45 +0200)]
Add missing copyright to A314 source files

2 years agoMerge pull request #26 from LinuxJedi/fix-tools
beeanyew [Mon, 17 May 2021 07:14:12 +0000 (09:14 +0200)]
Merge pull request #26 from LinuxJedi/fix-tools

Fix interact binaries

2 years agoFix interact binaries
Andrew Hutchings [Mon, 17 May 2021 06:59:32 +0000 (07:59 +0100)]
Fix interact binaries

PiStorm binary locked up the system on NTSC due to moving the window out
of the bounds of the screen. Now starts at a more sensible position.

PiSimple binary just needed recompiling. For some reason it wasn't
detecting the board.

2 years agoAdd A314 Amiga binaries
beeanyew [Sun, 16 May 2021 07:30:12 +0000 (09:30 +0200)]
Add A314 Amiga binaries

2 years agoGet rid of having to manually set pistorm_base_addr for PiStorm device SDK
beeanyew [Sun, 16 May 2021 06:05:56 +0000 (08:05 +0200)]
Get rid of having to manually set pistorm_base_addr for PiStorm device SDK

2 years agoTheoretically working A314 emulation
beeanyew [Sun, 16 May 2021 05:03:19 +0000 (07:03 +0200)]
Theoretically working A314 emulation

This most definitely requires a make clean and then make, due to all the header files edited.
I can't seem to build a314.device, so it's not included yet.

2 years agoUnbreak piscsi.h
beeanyew [Sun, 16 May 2021 04:05:45 +0000 (06:05 +0200)]
Unbreak piscsi.h

2 years agoFix PiSCSI bug that somehow only triggered with -lstdc++
beeanyew [Sun, 16 May 2021 02:49:41 +0000 (04:49 +0200)]
Fix PiSCSI bug that somehow only triggered with -lstdc++

2 years agoMerge pull request #25 from paulofduarte/wip-crap
beeanyew [Sun, 16 May 2021 00:07:55 +0000 (02:07 +0200)]
Merge pull request #25 from paulofduarte/wip-crap

Bringing A314 code from Niklas branch

2 years agoCleanup - Removed changes on the Makefile after merge with a314 branch.
Paulo Duarte [Sat, 15 May 2021 23:35:10 +0000 (00:35 +0100)]
Cleanup - Removed changes on the Makefile after merge with a314 branch.

2 years agoMerge remote-tracking branch 'niklasekstrom/autoconfig_a314' into wip-crap
Paulo Duarte [Sat, 15 May 2021 23:30:45 +0000 (00:30 +0100)]
Merge remote-tracking branch 'niklasekstrom/autoconfig_a314' into wip-crap

# Conflicts:
# .gitignore
# emulator.c
# run.sh

2 years agoMerge pull request #24 from LinuxJedi/os_3.2
beeanyew [Fri, 14 May 2021 21:20:52 +0000 (23:20 +0200)]
Merge pull request #24 from LinuxJedi/os_3.2

Add Kickstart 3.2 + more

2 years agoAdd Kickstart 3.2 + more
Andrew Hutchings [Fri, 14 May 2021 21:14:05 +0000 (22:14 +0100)]
Add Kickstart 3.2 + more

* Kickstart 3.2 confirmed to be v47
* Update PiStorm binary with recent dep code changes
* Add CopyMems to ADF and LHA scripts
* Add exec bit to CopyMems

2 years agoUpdate Pi-NET to new device driver framework
beeanyew [Fri, 14 May 2021 12:46:57 +0000 (14:46 +0200)]
Update Pi-NET to new device driver framework

2 years agoFix COPYRECT_EX check, speed up MEMCPY
beeanyew [Thu, 13 May 2021 22:20:45 +0000 (00:20 +0200)]
Fix COPYRECT_EX check, speed up MEMCPY

2 years agoFix platform write check bug
beeanyew [Thu, 13 May 2021 17:57:37 +0000 (19:57 +0200)]
Fix platform write check bug

2 years agoAdd makeshift PiStorm-powered CopyMem/Quick patcher
beeanyew [Thu, 13 May 2021 17:06:40 +0000 (19:06 +0200)]
Add makeshift PiStorm-powered CopyMem/Quick patcher

Probably doesn't work properly with MMU libraries installed, be advised.

2 years agoRemove CIA ovl enable write on boot, fix RTC size in default.cfg
beeanyew [Thu, 13 May 2021 15:38:22 +0000 (17:38 +0200)]
Remove CIA ovl enable write on boot, fix RTC size in default.cfg

2 years agoMake rtl/make.bat not anger people unnecessarily
beeanyew [Thu, 13 May 2021 07:27:36 +0000 (09:27 +0200)]
Make rtl/make.bat not anger people unnecessarily

2 years agoUpdated PiSCSI readme again
beeanyew [Thu, 13 May 2021 05:46:37 +0000 (07:46 +0200)]
Updated PiSCSI readme again

2 years agoMore PiSCSI readme updates
beeanyew [Thu, 13 May 2021 01:32:28 +0000 (03:32 +0200)]
More PiSCSI readme updates

2 years agoUpdate PiSCSI readme
beeanyew [Thu, 13 May 2021 01:27:30 +0000 (03:27 +0200)]
Update PiSCSI readme

2 years agoRemove debug output
beeanyew [Wed, 12 May 2021 15:45:15 +0000 (17:45 +0200)]
Remove debug output

2 years ago[MEGA-WIP] Arbitrary block size support for PiSCSI
beeanyew [Wed, 12 May 2021 15:42:10 +0000 (17:42 +0200)]
[MEGA-WIP] Arbitrary block size support for PiSCSI

This has not been very thoroughly tested. Yet.

2 years agoFix stupid typo
beeanyew [Wed, 12 May 2021 14:59:28 +0000 (16:59 +0200)]
Fix stupid typo

2 years agoMerge pull request #22 from beeanyew/readme-update
beeanyew [Wed, 12 May 2021 06:32:17 +0000 (08:32 +0200)]
Merge pull request #22 from beeanyew/readme-update

Readme update

2 years agoUpdate README.md
beeanyew [Wed, 12 May 2021 05:23:13 +0000 (07:23 +0200)]
Update README.md

2 years agoUpdate README.md and pistorm_banner.jpg
beeanyew [Wed, 12 May 2021 05:22:11 +0000 (07:22 +0200)]
Update README.md and pistorm_banner.jpg

2 years agoShut down RTG thread with emulator
beeanyew [Wed, 12 May 2021 03:46:06 +0000 (05:46 +0200)]
Shut down RTG thread with emulator

2 years agoUpdate buptest, chmod +x some scripts.
beeanyew [Wed, 12 May 2021 03:08:58 +0000 (04:08 +0100)]
Update buptest, chmod +x some scripts.

2 years agoFix scaling VS aspect ratio things, fix P2D data problems
beeanyew [Wed, 12 May 2021 00:49:25 +0000 (02:49 +0200)]
Fix scaling VS aspect ratio things, fix P2D data problems

2 years agoFix scaling/centering for RTG modes
beeanyew [Tue, 11 May 2021 19:12:17 +0000 (21:12 +0200)]
Fix scaling/centering for RTG modes

2 years agoRemove some duplicate RTG debug output
beeanyew [Tue, 11 May 2021 15:44:10 +0000 (17:44 +0200)]
Remove some duplicate RTG debug output

2 years agoFix stupid automatic screen scaling
beeanyew [Tue, 11 May 2021 15:37:49 +0000 (17:37 +0200)]
Fix stupid automatic screen scaling

2 years agoRemove some spammy RTG debug output
beeanyew [Tue, 11 May 2021 12:29:53 +0000 (14:29 +0200)]
Remove some spammy RTG debug output

2 years agoUpdate RTG readme
beeanyew [Tue, 11 May 2021 12:17:12 +0000 (14:17 +0200)]
Update RTG readme

2 years agoAdd PiStorm API commands to toggle RTG FPS display/palette debug
beeanyew [Tue, 11 May 2021 11:26:59 +0000 (13:26 +0200)]
Add PiStorm API commands to toggle RTG FPS display/palette debug

2 years agoFix PiStorm dev manual memset, change RTG FPS display/palette debug stuff
beeanyew [Tue, 11 May 2021 10:14:50 +0000 (12:14 +0200)]
Fix PiStorm dev manual memset, change RTG FPS display/palette debug stuff

2 years agoAdd memset to PiStorm API, robustify some things to not destroy the bus
beeanyew [Tue, 11 May 2021 09:48:53 +0000 (11:48 +0200)]
Add memset to PiStorm API, robustify some things to not destroy the bus

2 years agoHardware mouse cursor support for RTG
beeanyew [Tue, 11 May 2021 09:08:17 +0000 (11:08 +0200)]
Hardware mouse cursor support for RTG

2 years agoMerge pull request #23 from LinuxJedi/generation_scripts
beeanyew [Mon, 10 May 2021 15:14:39 +0000 (17:14 +0200)]
Merge pull request #23 from LinuxJedi/generation_scripts

Add GUI generation scripts for ADF and LHA

2 years agoAdd GUI generation scripts for ADF and LHA
Andrew Hutchings [Mon, 10 May 2021 15:11:00 +0000 (16:11 +0100)]
Add GUI generation scripts for ADF and LHA

2 years agoMerge pull request #22 from shanshe/wip-crap
beeanyew [Sun, 9 May 2021 14:32:55 +0000 (16:32 +0200)]
Merge pull request #22 from shanshe/wip-crap

Added some more FPU opcodes and fix 6a opcode to 6c

2 years agoFix FPU opcode 6a -> 6c. Add more FPU opcodes
shanshe [Sun, 9 May 2021 13:38:11 +0000 (15:38 +0200)]
Fix FPU opcode 6a -> 6c. Add more FPU opcodes

2 years agoFix up P2C/P2D, fix 256th color missing in 8bpp modes
beeanyew [Sun, 9 May 2021 07:39:14 +0000 (09:39 +0200)]
Fix up P2C/P2D, fix 256th color missing in 8bpp modes

2 years agoFix RTG panning, silence "Pitch" debug output.
beeanyew [Sat, 8 May 2021 18:31:19 +0000 (20:31 +0200)]
Fix RTG panning, silence "Pitch" debug output.

2 years ago[WIP] RTG Stuff and things
beeanyew [Fri, 7 May 2021 17:00:23 +0000 (19:00 +0200)]
[WIP] RTG Stuff and things

2 years agoFix Musashi complation with various m68conf options
beeanyew [Thu, 6 May 2021 22:46:19 +0000 (00:46 +0200)]
Fix Musashi complation with various m68conf options

2 years agoUpdate config_file.c, amiga-platform.c, and 3 more files...
beeanyew [Thu, 6 May 2021 19:26:58 +0000 (21:26 +0200)]
Update config_file.c, amiga-platform.c, and 3 more files...

2 years agoUpdate rtg.c
beeanyew [Thu, 6 May 2021 18:28:38 +0000 (20:28 +0200)]
Update rtg.c

2 years ago[MEGA-WIP] RTG things
beeanyew [Thu, 6 May 2021 18:27:30 +0000 (20:27 +0200)]
[MEGA-WIP] RTG things

2 years agoUpdate raylib files and Makefile for Pi 4 testing
beeanyew [Thu, 6 May 2021 14:36:53 +0000 (16:36 +0200)]
Update raylib files and Makefile for Pi 4 testing

The headless graphics driver for the Raspberry Pi 4 is screwed up and only does software rendering, so any kind of performant RTG on Pi 4 will require some flavor of X display active.

2 years agoUpdate Makefile
beeanyew [Thu, 6 May 2021 12:12:20 +0000 (14:12 +0200)]
Update Makefile

2 years agoUpdate Makefile and PiSCSI readme
beeanyew [Thu, 6 May 2021 09:15:44 +0000 (11:15 +0200)]
Update Makefile and PiSCSI readme

2 years agoFix RTG driver build script, update driver to allow higher resolutions
beeanyew [Wed, 5 May 2021 07:40:16 +0000 (09:40 +0200)]
Fix RTG driver build script, update driver to allow higher resolutions

3 years agoMerge pull request #21 from LinuxJedi/cleanups
beeanyew [Sun, 2 May 2021 16:20:14 +0000 (18:20 +0200)]
Merge pull request #21 from LinuxJedi/cleanups

Cleanup warnings and LinuxJedi's docs

3 years agoCleanup warnings and LinuxJedi's docs
Andrew Hutchings [Sat, 1 May 2021 06:48:42 +0000 (07:48 +0100)]
Cleanup warnings and LinuxJedi's docs

This branch:
* Adds information on modifying the systemd script provided in
  boot_scripts
* Adds documentation for the newest options on the PiStorm gui
* Fixes a memory leak and a potential crash on alloc failure for the gui
* Minor text changes in the gui
* Fixes minor compiler warnings for the PiSimple CLI (both for GCC and
  VBCC)

3 years agoAdd pi_memcpy to pistorm_dev.c/h
beeanyew [Sun, 2 May 2021 04:12:59 +0000 (06:12 +0200)]
Add pi_memcpy to pistorm_dev.c/h

3 years agoAdd MEMCPY to PiStorm device
beeanyew [Sat, 1 May 2021 18:58:00 +0000 (20:58 +0200)]
Add MEMCPY to PiStorm device

3 years ago[MEGA-WIP] Raylib-based RTG output
beeanyew [Sat, 1 May 2021 17:43:26 +0000 (19:43 +0200)]
[MEGA-WIP] Raylib-based RTG output

NOTE: A working keyboard must be attached to the Raspberry Pi while testing this, otherwise it's impossible to actually quit the emulator.
raylib takes possession of the SSH keyboard for some reason, which makes it so you can't Ctrl+C out of the emulator over SSH, you must Ctrl+C or press Q on the Pi keyboard.

A mostly working RTG implementation using raylib instead of SDL2.0
Greatly decreases the rendering overhead for 8bpp modes and gets rid of the need for hardware ARGB888 texture format support.
RTG will be initialized using the resolution of the Raspberry Pi, and onbly the 320x200/320x240 modes are currently scaled to the full vertical area of the screen.

3 years agoUpdate PiSCSI readme
beeanyew [Thu, 29 Apr 2021 02:58:00 +0000 (04:58 +0200)]
Update PiSCSI readme

3 years agoMerge pull request #17 from LinuxJedi/gui-improvements
beeanyew [Tue, 27 Apr 2021 16:19:06 +0000 (18:19 +0200)]
Merge pull request #17 from LinuxJedi/gui-improvements

A whole bunch of GUI changes

3 years agoA whole bunch of GUI changes
Andrew Hutchings [Tue, 27 Apr 2021 07:09:37 +0000 (08:09 +0100)]
A whole bunch of GUI changes

* Buttons and boxes height reduced
* Almost everything moved around a bit to make space
* Added shutdown button
* Added kickstart switch gadgets
* Switched from AutoRequest to rtEZRequest for most things (apart from
  the error where we couldn't load reqtools)
* Text fixes

3 years agoMerge pull request #15 from LinuxJedi/file-retrieve
beeanyew [Mon, 26 Apr 2021 08:54:31 +0000 (10:54 +0200)]
Merge pull request #15 from LinuxJedi/file-retrieve

Add file retrieval to GUI