{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":326237925,"defaultBranch":"master","name":"mame","ownerLogin":"sronco","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-01-02T17:42:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/9169791?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1675008896.207885","currentOid":""},"activityList":{"items":[{"before":"dda5f71a40ba2ba3cf463a0891f24296fbd45b34","after":"2f4d5e1f4441004611d4ed76ccadf641732bf4a3","ref":"refs/heads/master","pushedAt":"2023-03-24T12:11:25.905Z","pushType":"push","commitsCount":27,"pusher":{"login":"sronco","name":"Sandro Ronco","path":"/sronco","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9169791?s=80&v=4"},"commit":{"message":"MAME Testers bugs fixed\n-----------------------\n- 05777: [Misc] All c64 systems: C64: systemm1 cartridge wrong behaviour, inaccurate cartridge info. (Curt Coder)\n\nNew working software list items\n-------------------------------\nc64_cart: Expert C420, Expert C800 [LordKopromaster]","shortMessageHtmlLink":"MAME Testers bugs fixed"}},{"before":"1c623825b24ee34c76ca83987be22411de0f2110","after":"dda5f71a40ba2ba3cf463a0891f24296fbd45b34","ref":"refs/heads/master","pushedAt":"2023-03-22T20:34:08.059Z","pushType":"push","commitsCount":3,"pusher":{"login":"sronco","name":"Sandro Ronco","path":"/sronco","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9169791?s=80&v=4"},"commit":{"message":"-luaengine.cpp: Expose UI controls toggle state.\n\n-ui/ui.cpp: Honour UI enable for machines without keyboards.","shortMessageHtmlLink":"-luaengine.cpp: Expose UI controls toggle state."}},{"before":"f38ddbdc5f5d0d2d07da7ec419a734eabb0d38e1","after":"1c623825b24ee34c76ca83987be22411de0f2110","ref":"refs/heads/master","pushedAt":"2023-03-22T12:43:57.828Z","pushType":"push","commitsCount":26,"pusher":{"login":"sronco","name":"Sandro Ronco","path":"/sronco","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9169791?s=80&v=4"},"commit":{"message":"hng64.cpp : add a global disable for the tile replacement 'animation' (#11013)\n\n* hng64.cpp : add a global disable for the tile replacement 'animation' (aka 'auto-anim') which is used to stop the crowd animating in some scenes of buriki attract","shortMessageHtmlLink":"hng64.cpp : add a global disable for the tile replacement 'animation' ("}},{"before":"14afda04da630b7d167fa7ac9abd484b4f6285b5","after":"f38ddbdc5f5d0d2d07da7ec419a734eabb0d38e1","ref":"refs/heads/master","pushedAt":"2023-03-19T19:08:10.193Z","pushType":"push","commitsCount":31,"pusher":{"login":"sronco","name":"Sandro Ronco","path":"/sronco","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9169791?s=80&v=4"},"commit":{"message":"taito/cchance.cpp, taito/tnzs.cpp: Cleaned out crud.\n\n* Reduced duplication in address maps.\n* Got rid of bankdev.\n* Got rid of inaccessible RAM hiding under sprite chip (it used to use\n shares, but now allocates its own memory).\n* Got rid of unnecessary I/O ports in cchance.","shortMessageHtmlLink":"taito/cchance.cpp, taito/tnzs.cpp: Cleaned out crud."}},{"before":"2c226a3b9fe794fa66b32ba09e6dc34c538118de","after":"14afda04da630b7d167fa7ac9abd484b4f6285b5","ref":"refs/heads/master","pushedAt":"2023-03-17T19:04:14.595Z","pushType":"push","commitsCount":56,"pusher":{"login":"sronco","name":"Sandro Ronco","path":"/sronco","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9169791?s=80&v=4"},"commit":{"message":"dynax/royalmah.cpp: Moved games with banked ROM to a separate class","shortMessageHtmlLink":"dynax/royalmah.cpp: Moved games with banked ROM to a separate class"}},{"before":"e5b1c37e7ed12ec65bf1eb92126138750f2b75eb","after":"177f06da53cb64b342bb83ae345f24f8fa954b8a","ref":"refs/heads/pda600","pushedAt":"2023-03-14T00:00:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"sronco","name":"Sandro Ronco","path":"/sronco","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9169791?s=80&v=4"},"commit":{"message":"pda600_copro.cpp: replace PORT_NAME with PORT_CHAR.","shortMessageHtmlLink":"pda600_copro.cpp: replace PORT_NAME with PORT_CHAR."}},{"before":"d0a092e10b18f1bdde9442edaffc11ad98cda027","after":"e5b1c37e7ed12ec65bf1eb92126138750f2b75eb","ref":"refs/heads/pda600","pushedAt":"2023-03-11T22:37:10.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"sronco","name":"Sandro Ronco","path":"/sronco","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9169791?s=80&v=4"},"commit":{"message":"pda600.cpp/luckybal.cpp: use the new Z180 CSIO.","shortMessageHtmlLink":"pda600.cpp/luckybal.cpp: use the new Z180 CSIO."}},{"before":"9028bdba548715d1e1d108f300ff2e19bbb94bc3","after":"2c226a3b9fe794fa66b32ba09e6dc34c538118de","ref":"refs/heads/master","pushedAt":"2023-03-11T19:22:07.264Z","pushType":"push","commitsCount":147,"pusher":{"login":"sronco","name":"Sandro Ronco","path":"/sronco","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/9169791?s=80&v=4"},"commit":{"message":"Lua engine: Better bindings for device_state_interface.\n\nThis avoids creating a table every time the state property of a device\nis accessed, adds proper support for getting/setting floating/point\nstate entries from Lua, calls the state entry's formatting method to\nconvert to a string (for flags fields, etc.) and exposes more\nproperties.\n\nThis is a breaking change as the exposed properties on state entries\nhave changed, and the value property has different semantics for\nfloating-point state entries.","shortMessageHtmlLink":"Lua engine: Better bindings for device_state_interface."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADCn-Z1AA","startCursor":null,"endCursor":null}},"title":"Activity · sronco/mame"}