tarikalmashni

core.json for terminator's SNES core update

Aug 27th, 2023
284
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. {
  2. "core": {
  3. "magic": "APF_VER_1",
  4. "metadata": {
  5. "platform_ids": ["snes"],
  6. "shortname": "SNES",
  7. "description": "Fast rom support added on top of the core by agg23.",
  8. "author": "terminator2K2",
  9. "url": "https://github.com/terminator2k2/openfpga-SNES",
  10. "version": "0.4.3",
  11. "date_release": "2023-08-27"
  12. },
  13. "framework": {
  14. "target_product": "Analogue Pocket",
  15. "version_required": "1.1",
  16. "sleep_supported": false,
  17. "dock": {
  18. "supported": true,
  19. "analog_output": false
  20. },
  21. "hardware": {
  22. "link_port": false,
  23. "cartridge_adapter": -1
  24. },
  25. "chip32_vm": "loader.bin"
  26. },
  27. "cores": [
  28. {
  29. "name": "main",
  30. "id": 0,
  31. "filename": "snes_main.rev"
  32. },
  33. {
  34. "name": "SPCSDD1",
  35. "id": 1,
  36. "filename": "snes_spc.rev"
  37. },
  38. {
  39. "name": "PAL",
  40. "id": 2,
  41. "filename": "snes_pal.rev"
  42. }
  43. ]
  44. }
  45. }
  46.  
Advertisement
Add Comment
Please, Sign In to add comment