comparison ztestrun.c @ 364:62177cc39049

Incredibly broken YM2612 support plus a fix to Z80 bus request
author Mike Pavone <pavone@retrodev.com>
date Wed, 29 May 2013 00:57:19 -0700
parents ba97772b1662
children 140af5509ce7
comparison
equal deleted inserted replaced
363:c708dea45f8b 364:62177cc39049
18 { 18 {
19 return 0xFF; 19 return 0xFF;
20 } 20 }
21 21
22 z80_context * z80_write_ym(uint16_t location, z80_context * context, uint8_t value) 22 z80_context * z80_write_ym(uint16_t location, z80_context * context, uint8_t value)
23 {
24 return context;
25 }
26
27 z80_context * z80_vdp_port_write(uint16_t location, z80_context * context, uint8_t value)
23 { 28 {
24 return context; 29 return context;
25 } 30 }
26 31
27 int main(int argc, char ** argv) 32 int main(int argc, char ** argv)