mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
![]() for the common case where these are done outside the context of a read or write handler (it was annoying to pass in the fake address space for these cases). Added DEVCB_DEVICE_MEMBER() macros which allow you to specify a READ8_MEMBER or WRITE8_MEMBER in a device callback (via dynamically generated trampolines). Replaced all remaining calls to okim6295_r/okim6295_w with calls to the new methods, and removed the static functions. |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |