mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
![]() Discrete sound - removed global variable discrete_current_context - discrete_info is now passed instead of device, we may get device by using disc_info->device - Added DISCRETE_IMPORT(*block): imports another discrete block - Added DISCRETE_REMOVE(node1, node2): removes a range of nodes - Added DISCRETE_REPLACE: next node replaces existing node, thus preserving run order - Added DISCRETE_NOP(node): does nothing, to be replaced. - Added a prescanning stage to build final block list after execution of the above. - The additions provide an easy way to document subtle difference between boards. - Please see audio/galaxian.c for an example |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |