mirror of
https://github.com/holub/mame
synced 2025-05-08 23:31:54 +03:00
![]() to private member variables with accessors: machine->m_respool ==> machine->respool() machine->config ==> machine->config() machine->gamedrv ==> machine->system() machine->m_regionlist ==> machine->first_region() machine->sample_rate ==> machine->sample_rate() Also converted internal lists to use simple_list. |
||
---|---|---|
docs | ||
hash | ||
src | ||
.gitattributes | ||
makefile |