Mercurial > repos > blastem
changeset 931:126c0294c1e4
Make stateview and vgmplay compile again
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Tue, 16 Feb 2016 19:13:00 -0800 |
parents | f33e8d88ab6f |
children | 5e90fa4da2ec |
files | stateview.c vgmplay.c |
diffstat | 2 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/stateview.c Sat Feb 13 22:20:37 2016 -0800 +++ b/stateview.c Tue Feb 16 19:13:00 2016 -0800 @@ -16,7 +16,7 @@ uint8_t reset = 1; uint8_t busreq = 0; -uint16_t ram[RAM_WORDS]; +//uint16_t ram[RAM_WORDS]; uint8_t z80_ram[Z80_RAM_BYTES]; uint16_t read_dma_value(uint32_t address)
--- a/vgmplay.c Sat Feb 13 22:20:37 2016 -0800 +++ b/vgmplay.c Tue Feb 16 19:13:00 2016 -0800 @@ -42,6 +42,18 @@ { } +void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay) +{ +} + +void handle_mousedown(int mouse, int button) +{ +} + +void handle_mouseup(int mouse, int button) +{ +} + int headless = 0; #define CYCLE_LIMIT MCLKS_NTSC/60