diff options
| author | 2008-09-10 23:47:12 +0000 | |
|---|---|---|
| committer | 2008-09-10 23:47:12 +0000 | |
| commit | 1510ffd2e337e5b5885d59bf21d1c4da20089270 (patch) | |
| tree | 59fe6a6c15b9f6e90d84b39ae3804d354cc1036c /.gitattributes | |
| parent | 98f430a552adf0aba5268ef95b8a4b9a050f51f7 (diff) | |
Improvements to Croupier (Playmark Roulette):
- Simulated the MCU communication/protection.
The game seems to work properly, but is hard to win.
I conserved the game flags till we have the MCU decapped,
and emulated properly.
- Added full sound support.
- Added lamps support + layout.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index b55ef058025..857333713f1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2477,6 +2477,7 @@ src/mame/layout/pe_schip.lay svneol=native#text/plain src/mame/layout/pe_slots.lay svneol=native#text/plain src/mame/layout/peplus.lay svneol=native#text/plain src/mame/layout/pmpoker.lay svneol=native#text/plain +src/mame/layout/pmroulet.lay -text svneol=native#plain/text src/mame/layout/poker41.lay svneol=native#text/plain src/mame/layout/pokio.lay svneol=native#text/plain src/mame/layout/pottnpkr.lay svneol=native#text/plain |
