TASEmulators / TASEmulators/BizHawk

Add more Lua migration helper libraries (shims)

Open
#4,348 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

help wanted re: Lua API/scripting Request: Feature/Enhancement
Dominant language
C#
Stars
2.8k
Forks
468
PR merge metrics
No merged PRs in 30d

Description

Adding a shim can be as simple as this:
https://github.com/TASEmulators/BizHawk/blob/971fc61c4276527a7b081a1b3aa7153832e189ec/Assets/Lua/migration_helpers.lua#L2-L21

bit = (require "migration_helpers").EmuHawk_pre_2_9_bit();

Potential shims:

see also #3468

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with Assets/Lua/migration_helpers.lua, especially the referenced existing shim, and choose one unchecked emulator from the issue list. Review the linked VBA-rr API reference and third-party shim where relevant. Done means adding a compatible migration helper for the selected emulator and updating the issue checklist.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua
Domain
tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.