Skip to content

Releases: mentalfoundry/pokketstation

v1.12

Choose a tag to compare

@github-actions github-actions released this 07 Sep 09:27

Changes since v1.11.1

  • Update main.c (636a523)
  • core: add PSEMU_CONTENT_GME and .bin extension support (6d2bb9e)
  • a metric tonne of WIP attempts for PSX SIO.

v1.11.1

Choose a tag to compare

@github-actions github-actions released this 06 Aug 13:22

Changes since v1.11.0

  • core: drop the IR receive level when the receiver stops listening (a4e7aea)
  • core: make the reference clock rate public (bfe29c0)
  • tools: verify command 0x5B against a real BIOS (fd20570)
  • core: replace the raw state copy with a field-by-field format (16499d4)
  • core: model the /SEL line of the communication port (e078a80)
  • core: add the communication port to the PlayStation (53b5f47)
  • repo: documentation overhaul (9f95b73)
  • core: build the static libraries as PIC (312bfb2)
  • libretro: persist saves as SaveRAM, and expose work RAM (fbbf484)
  • ci: fix the non-Windows libretro builds (1fc692a)

v1.11.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 12:43

Changes since v1.10.0

  • core+desktop: write an app's saves back to the file they came from (4f036ed)

v1.10.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 05:25

Changes since v1.9.0

  • cpu: bank r8-r12 for FIQ, and implement the user-bank LDM/STM form (e5d5ff3)
  • rtc: confirm both interrupt-line rates on hardware, and log both runs (271d1e4)
  • core: fold in the first real-hardware results from pk_timing_bench screens 13/14 (047b271)
  • rtc: roll the date over at midnight, and add screen 14 to measure both RTC rates (a1ec1f9)
  • core: make the RTC keep real time, and fix the stop path's own timekeeping (f17da06)
  • pk_timing_bench: add screen 13, a real-hardware test for the CLK stop bit (8c1f16a)
  • core: implement the CLK stop/standby bit, so idling apps sleep instead of crashing (5d5ce2a)
  • desktop: make the button latch a real minimum, so app exits stop relaunching (8d7f1e0)
  • IR Fixes (9ed76b8)

v1.9.0

Choose a tag to compare

@github-actions github-actions released this 01 Aug 23:06

Changes since v1.8.1

  • added 2 more save state slots (a2da464)
  • Added speaker filter options (bcfeace)

v1.8.1

Choose a tag to compare

@github-actions github-actions released this 01 Aug 20:53

Changes since v1.8.0

  • bugfix for datetime override (38795ab)
  • Add bug issue templates (7e9e7af)

v1.8.0*

Choose a tag to compare

@github-actions github-actions released this 01 Aug 11:47

Changes since 1.7.0

  • Added sound and OS date time tools (25353df). *OS date time setting has a bug - avoid for now.
  • audio register bugfix (668a97d)
  • Updated color picker menu UI - should be easier to land readable custom colors (407cc9a)

v1.7.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 11:10
05f17a3

Changes since v1.6.0

  • Added local IR support.
  • Breaking change to state saves (apologies! - it will happen probably a few more times until we are emulation core feature complete.)
  • Renamed state saves to make them easier to find. They are now app/cardfilename.extension.sav.

v1.6.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 05:13

Changes since v1.5.0

  • Update resource.rc (2ad9264)
  • desktop: add Quick Save/Load State and make them, plus Reset, remappable (52800b9)
  • core: make psemu_reset a true hardware reset, add File > Reset (c7db418)
  • docs/comments: rewrite (b7b1fc1)

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 29 Jul 05:12

Changes since v1.4.1

  • updated desktop version to v.1.5.0 (2a33fd2)
  • implement real ARM7TDMI per-instruction cycle timing, validated against real hardware. Added a test bench. (f77198f)