This website requires JavaScript.
Explore
Help
Register
Sign In
Sprinter
/
mame
Watch
2
Star
0
Fork
0
You've already forked mame
mirror of
https://github.com/holub/mame
synced
2025-04-24 17:30:55 +03:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
11,982
Commits
18
Branches
270
Tags
1.7
GiB
C++
98.1%
C
0.8%
Lua
0.5%
Python
0.2%
Scala
0.1%
35968f9281
Go to file
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
smf-
35968f9281
Started moving hardware in the CPU into the CPU core. Next step will be to use delegates to split dependencies, which is similar to how the real thing works as the address decoding is in the CPU and then each external chip has it's own bus.
2011-04-29 13:51:10 +00:00
docs
Added support for OSD-generated fonts. The OSD is queried first to see
2010-10-24 00:16:54 +00:00
hash
megatech.xml: removed bogus attribute (we don't use merge to mark clones)
2011-03-27 11:42:21 +00:00
src
Started moving hardware in the CPU into the CPU core. Next step will be to use delegates to split dependencies, which is similar to how the real thing works as the address decoding is in the CPU and then each external chip has it's own bus.
2011-04-29 13:51:10 +00:00
.gitattributes
split out gte code from cpu core, although it's still part of the cpu device.
2011-04-27 12:29:39 +00:00
makefile
(Big tangle of changes that all happened as I was looking into the ROM
2011-04-13 20:31:00 +00:00